Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
App Runnerでパラメーターストアの値を使ってみた
Search
KMiura
March 07, 2024
Technology
0
470
App Runnerでパラメーターストアの値を使ってみた
JAWS-UG コンテナ支部 #26 新春大LT祭り
https://jawsug-container.connpass.com/event/307354/
KMiura
March 07, 2024
Tweet
Share
More Decks by KMiura
See All by KMiura
運用しているアプリケーションのDBのリプレイスをやってみた
miura55
1
1k
Amazon Rekognitionを使ったインターホンハック
miura55
0
60
Pythonでルンバをハックしてみた
miura55
0
130
あなたの知らないクラフトビールの世界
miura55
0
320
Storage Browser for Amazon S3を触ってみた + α
miura55
0
190
Cloudflare R2をトリガーにCloudflare Workersを動かしてみた
miura55
0
190
あのボタンでつながるSORACOM
miura55
0
120
Postman Flowsで作るAPI連携LINE Bot
miura55
0
360
Lambdaと共に歩んだAWS
miura55
3
790
Other Decks in Technology
See All in Technology
QuickSight SPICE の効果的な運用戦略~S3 + Athena 構成での実践ノウハウ~/quicksight-spice-s3-athena-best-practices
emiki
0
260
Lakebaseを使ったAIエージェントを実装してみる
kameitomohiro
0
180
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
3
230
【LT会登壇資料】TROCCO新コネクタ「スマレジ」を活用した直営店データの分析
kazari0425
1
170
ゼロからはじめる採用広報
yutadayo
4
1k
対話型音声AIアプリケーションの信頼性向上の取り組み
ivry_presentationmaterials
2
690
第64回コンピュータビジョン勉強会「The PanAf-FGBG Dataset: Understanding the Impact of Backgrounds in Wildlife Behaviour Recognition」
x_ttyszk
0
170
OpenTelemetryセマンティック規約の恩恵とMackerel APMにおける活用例 / SRE NEXT 2025
mackerelio
3
1.6k
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
990
Operating Operator
shhnjk
1
650
「クラウドコスト絶対削減」を支える技術—FinOpsを超えた徹底的なクラウドコスト削減の実践論
delta_tech
4
190
United™️ Airlines®️ Customer®️ USA Contact Numbers: Complete 2025 Support Guide
flyunitedguide
0
780
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
BBQ
matthewcrist
89
9.7k
Agile that works and the tools we love
rasmusluckow
329
21k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Building Applications with DynamoDB
mza
95
6.5k
It's Worth the Effort
3n
185
28k
Transcript
AWS App Runnerでパラメータストアの値 を使ってみた KMiura(@k_miura_io)
自己紹介 • 三浦 耕生(こうき) • JAWS UG名古屋運営 • AWS Community
Builder for Containers • 三次元地図技術のスタートアップの エンジニア @k_miura_io koki.miura05
AWSでコンテナを動かしたい • コンテナをなるべく楽して運用したい • Fargateは便利だけど料金が割高…
App Runnerで個人開発 • VPCとかセキュリティがわからなくても簡単に アプリケーションを構築できる • CodeBuildでイメージをビルドするデプロイ方法 もあればECRのレジストリを選択できるデプロ イ方法もある •
最小構成だと5ドル近くで運用できる
App Runnerでセキュアに環境変数設定 したい • SSMのパラメータストアの値でセキュアに環境変数を設定したい • ECSだとできるみたいだけど、同じことができるのか気になる
結論、できたw ソースでパラメータストアのオプションを選択することで設定できた
後はIAMロールが必要
None
None
しかし…
None
じゃあApp Runner用のエンティティを…
None
ドキュメントを見たら… https://docs.aws.amazon.com/ja_jp/apprunner/l atest/dg/security_iam_service-with-iam.html
なんでユースケースにないんだ
ロールが選択できた
まとめ やはりドキュメント… ドキュメントはすべてを解決する…
今回の内容 https://zenn.dev/kmiura55/articles/apprunner-ssm-parameterstore
END