---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
### Cloud Formation
is declarative way of creating you AWS infrastructure for any resources
![[img-20240913-201308-f84e64af.png]]
- Beneits 
Infrastructure as code
Cost
- Each resource within the stack is tagged with an identifier so you can easily see how much a stack costs you
- You can estimate the costs of your resources using the cloudFormation template
Productivity
- Ability to destroy and re-create an infrastructure on the cloud on the fly
- Automated generation of diagram  for your templates
- declarative programming
Support all AWS resources
- AWS (CDK)
Define infrastructure by using a familiar programming language
#### BeansTalk
- Typical architecture: Web app 2-tier
![[img-20240913-204603-c5629925.png]]
Developer centric view of deploying an application on AWS
use all component on AWS
it's a PaaS (Platform as service) (mearns programming language)
![[img-20240913-204807-ff4946b0.png]]
very devlopper friendly only supports the only developer duty is to code the application
![[img-20240913-205150-7f82010d.png]]
Metrics available on cloud watch
uses cloudFormation to create applications
- AWS Code Deploy
Deploy automatically our application
work on provisoned infrastruture and on on-premises servers
- Aws Code Commit
version control
Aws competing to Github
- Code Build
compiles src-code run testst and produces pakages thatare ready to be deployed
![[img-20240913-210158-2b53b3ff.png]]
- Code pipeline
competitor to Github actions
![[img-20240913-210315-2c70ffe6.png]]
- Code Artifacts
manage dependencies of code
![[img-20240913-210419-396f1552.png]]
- AWS code star
unified Ui to easily manage software development activities(like codebuild, codeartifacts) in one place
- AWS Cloud9
a cloud iDE can be used on the browser
- AWS SSM
Helps to manage EC2 instances and on-premises system at scale alternative to ansible.
![[img-20240913-211428-bffcdc00.png]]
3 ways to access ec2 instances:
- open ssh port
- use ec2 instance connect
- using ssm (session manager)

- Aws Ops works
use it only if you use chef and puppet before migrating to cloud
![[img-20240913-212758-41804c21.png]]
![[img-20240913-212947-be26129e.png]]
- Summary
![[img-20240913-213105-60080310.png]]
![[img-20240913-213256-8988c0e1.png]]
