[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.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源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