Deploying and Managing Infrastructure at scale
Cloud Formation |
- Is a declarative way of outlining your AWS Infrastructure - Repeat across region & account. |
CDK (Cloud Developer Kit) |
Defind infrastructure by language program |
Elastic Beanstalk |
- Developer centric view of deploy app on AWS - Easy to user service deploy - Paas - Free |
AWS Code Deploy |
- Deploy app auto - Hyrid service - Config CodeDeploy Agent |
AWS Code Commit |
git repository |
AWS Code Build |
Complies source code, run test |
Code Artifact |
Manage depend on software package (npm, ...)) |
Code Star |
- Unified UI manage software in one place - Can edit Cloud 9 |
Cloud 9 |
Cloud IDE |
SSM (Amazon System Manager) |
- Manage EC2 and on-premise - SSM sission manager: start shell on EC2 not SSH not port - UI view operational data |
Opswork |
chef & puppet |
Comments
Related