CodeStar is a service for creating, managing, and working with AWS projects.
Continue reading “[AWS] AWS CodeStar”Tag Archives: AWS
[AWS] AWS CodePipeline
CodePipeline is a continuous delivery service. It integrates with other AWS development services such as CodeBuild, CodeCommit, and CodeDeploy.
Continue reading “[AWS] AWS CodePipeline”[AWS] AWS CodeDeploy
CodeDeploy automates deployments of an application to cloud (EC2, Lambda), or on-premise environments.
Continue reading “[AWS] AWS CodeDeploy”[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”