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
Rapid Prototyping with AWS
Search
@twingo_b
July 16, 2022
Technology
0
480
Rapid Prototyping with AWS
AWS で高速プロトタイピング
合同勉強会 in 大都会岡山 -2022 10th Anniversary Online- LT
@twingo_b
July 16, 2022
Tweet
Share
More Decks by @twingo_b
See All by @twingo_b
20240713 Generative AI with AWS
twingob
6
630
Amazon RDS / Amazon Aurora パフォーマンスチューニングとモニタリング
twingob
9
2.7k
短縮 URL サービス 4分間クッキング - Amazon CloudFront KeyValueStore, CloudFront Functions, AWS CDK で作成、CloudWatch Logs で簡易アクセス集計 -
twingob
1
1.2k
失敗知識から学ぶ!クラウドアプリ設計で避けるべき事例とその対策
twingob
11
5.5k
Amazon CodeCatalyst と Amazon CodeWhisperer で開発を加速しよう!
twingob
1
790
AWS Copilot with AWS CDK
twingob
1
530
Amazon Redshift Serverless with CDK
twingob
1
1.8k
Using cdk-remote-stack and AWS Edge Networking Services for cross-regional applications
twingob
0
360
Try Infrastructure as Code with AWS CDK!
twingob
1
420
Other Decks in Technology
See All in Technology
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
AIオンボーディングとAIプロセスマイニング
nrryuya
5
1.3k
DevOpsDays Taipei 2025 -- Creating Awesome Change in SmartNews!
martin_lover
0
160
JNation 2025 - Quarkus for Spring Developers
edeandrea
PRO
0
110
アプリケーションの中身が見える!Mackerel APMの全貌と展望 / Mackerel APMリリースパーティ
mackerelio
0
440
Introduction to Bill One Development Engineer
sansan33
PRO
0
240
令和トラベルQAのAI活用
seigaitakahiro
0
520
やさしいClaude Code入門
minorun365
PRO
31
24k
Machine Intelligence for Vision, Language, and Actions
keio_smilab
PRO
0
490
MCP Clientを活用するための設計と実装上の工夫
yudai00
1
800
MCP で繋ぐ Figma とデザインシステム〜LLM を使った UI 実装のリアル〜
kimuson
2
1.3k
エンジニアが組織に馴染むために勉強会を主催してチームの壁を越える
ohmori_yusuke
2
120
Featured
See All Featured
Visualization
eitanlees
146
16k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Faster Mobile Websites
deanohume
307
31k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
106
19k
The Invisible Side of Design
smashingmag
299
50k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
RailsConf 2023
tenderlove
30
1.1k
Automating Front-end Workflow
addyosmani
1370
200k
KATA
mclloyd
29
14k
Why Our Code Smells
bkeepers
PRO
336
57k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Transcript
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. アマゾン ウェブ サービス ジャパン合同会社 ソリューションアーキテクト 藤原 吉規 2022.07.16 AWS で⾼速プロトタイピング 合同勉強会 in ⼤都会岡⼭ -2022 10th Anniversary Online- LT
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. 例えば、、
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. Amazon EC2 や Amazon RDS の開発環境を夜間・休⽇は停⽌し たい!
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS ソリューションライブラリ https://aws.amazon.com/jp/solutions/
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS ソリューションライブラリ https://aws.amazon.com/jp/solutions/
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS での Instance Scheduler https://aws.amazon.com/jp/solutions/implementations/instance- scheduler/ AWS CloudFormation を使⽤ してソリューションテンプレー トをデプロイできます。
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS での Instance Scheduler https://aws.amazon.com/jp/solutions/implementations/instance- scheduler/ 今回注⽬していただきたいのは 、ソースコード
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS Instance Scheduler https://github.com/aws-solutions/aws-instance-scheduler AWS CDK から CloudFormation テンプ レートが⽣成されています
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS CDK で Infrastructure as Code を⾏う際に、参考実装 として活⽤可能
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS Cloud Development Kit (CDK) Your language Just classes and methods AutoComplete Inline documentation Sane defaults Reusable classes
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS CDK の実装で活⽤可能な サイト
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. AWS Solutions Constructs のパターン https://aws.amazon.com/jp/solutions/constructs/patterns/
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. Construct Hub https://constructs.dev/
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. cdk-remote-stack https://constructs.dev/packages/cdk-remote-stack/
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. cdk-remote-stack と AWS Edge Networking Services を使ったクロスリージョ ンアプリケーション https://speakerdeck.com/twingob/using-cdk-remote-stack-and-aws-edge-networking-services-for-cross-regional-applications https://www.youtube.com/watch?v=K6CnJj9q008 https://qiita.com/twingo-b/items/8afbab3768578751a47e
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. Letʼs Try! https://cdkworkshop.com/
© 2022, Amazon Web Services, Inc. or its Affiliates. All
rights reserved. © 2022, Amazon Web Services, Inc. or its Affiliates. All rights reserved. THANK YOU!