Overview
CodeCommit: storing code
CodePipeline: automating our pipeline from code to ElasticBeanstalk
CodeBuild: building and testing our code
CodeDeploy: deploying the code to EC2 fleets (not Beanst...
SQS
Decouple applications
unlimited throughput, unlimited number of messages in queue
4 days retention of message, max 14 days
256KB size per message
can have dulicate message (at least once delivery...
The AWS Command Line Interface (AWS CLI) is a command-line tool that allows you to interact with AWS services using commands in your terminal/command prompt.
AWS CLI enables you to run command...