CodeDeploy automates deployments of an application to cloud (EC2, Lambda), or on-premise environments.
Continue reading “[AWS] AWS CodeDeploy”Author Archives: Pyongwon Lee
[AWS] AWS CodeBuild
CodeBuild is a managed CI/CD (Continuous Integration/Continuous Delivery) build service that compiles the code, runs unit tests, and produces deployment artifacts.
Continue reading “[AWS] AWS CodeBuild”[AWS] AWS CodeCommit
CodeCommit is a managed source – version – control service that hosts private Git repositories.
Continue reading “[AWS] AWS CodeCommit”[AWS] X-Ray
X-Ray traces applications and helps to identify potential problems or optimizations in the applications. It provides a visualization of your application’s underlying components.
Continue reading “[AWS] X-Ray”[AWS] Opsworks
OpsWorks is a configuration management service, which automates your system’s configuration using code.
- Operating System configuration
- Application configuration
- Package/Software installation configuration
[AWS] Elastic Beanstalk
EB is a PaaS (Platform as a Service) to quickly deploy and manage applications in AWS without worrying about the underlying infrastructure.
Continue reading “[AWS] Elastic Beanstalk”[AWS] CloudFormation (CFN)
CFN is an Infrastructure as Code (IAC) product – you can create, manage, and remove infrastructure automatically.
Continue reading “[AWS] CloudFormation (CFN)”[AWS] Secrets Manager
Secrets Manager provides similar features to Systems Manager Parameter Store. It protects secrets (such as passwords, keys, and tokens) required to access other AWS resources
Continue reading “[AWS] Secrets Manager”