[AWS] Architecture Patterns - Deployment and Management

Global compnay needs to centrally manage creation of infrastructure services to accounts in AWS organizations?

Define infrastructure in CloudFormation templates, create Service Catalog products and portfolios in central account and share using Organizations.

 

Company is concerned about malicious attcks on RDP and SSH ports for remote access to EC2?

Deploy Systems Manager agent and use Session Manager

 

Development tream require method of deploying applications using CloudFormation. Developers typically use Javascript and Typescript?

Define resouces in Javascript and Tyepscript and use the AWS Cloud Development Kit (CDK) to create CloudFormation templates.

 

Need to automate the process of updating an application when code is updated?

Create a CodePipeline that sources code from CodeCommit and use CodeBuild and CodeDeploy.

 

Need to safely deplooy updates to EC2 through a CodePipeline. Resouces defined in CF templates and app code stored in S3?

Use CodeBuild to automate testing, use CF changes sets to evaluate changes and CodeDeploy to deploy using a blue/green deployment pattern.

 

Company currently use Chef cookbooks to manage infrastructure and is moving to the Cloud. Need to minimize migration complexity?

Use AWS OpsWorks for Chef Automate.

 

 

posted @   Zhentiw  阅读(30)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
历史上的今天:
2021-04-04 [AWS] Lab: Configure and Work with CodeCommit from the CLI
2019-04-04 [Spring boot] Autowired by name, by @Primary or by @Qualifier
2019-04-04 [Docker] Getting Started with Container Networks
2017-04-04 [CSS] Build Responsive CSS Layouts with Tachyons
2017-04-04 [CSS] Specify grid columns, rows, and areas at once with the grid-template shorthand
2017-04-04 [CSS] Nest a grid within a grid
2017-04-04 [CSS] Re-order the appearance of grid items using the order property
点击右上角即可分享
微信分享提示