All technological notes.
Plaform-as-a-Service (PaaS)
AWS Elatic Beanstalk - Paas, Deploy Code, freeElastic Beanstalk
a PaaS for deploying web-applications with little-to-no knowledge of the underlying infrastucture so developer can focus on writing application code instead of setting up an automated deployment pipeline and DevOps tasks.
Choose a platform, upload code, and run with little knowledge of the infrastructure.
a developer centric view of deploying an application on AWS
Beanstalk is free but you pay for the underlying instances
Responsibility Model:
Three architecture models:
Support for many platforms

CloudWatchElastic Beanstalk can be used to monitor and to check the health of an environment.AWS CodeDeploy - Hybrid, app deploy and upgradeCodeDeploy AgentAWS Systems Manager (SSM) - commands, patch & configure Server, HybridWorks for Linux, Windows, MacOS, and Raspberry Pi OS (Raspbian)
SSM agent onto the systems we controlCloudWatch LogsAWS OpsWorks - as SSM with Chef & PuppetChef & Puppet help you perform server configuration automatically, or repetitive actionsAWS OpsWorks = Managed Chef & PuppetAWS CodeCommit - Code repositoryAWS CodeBuild - Compile, serverlessAWS CodePipeline - PiplineCode => Build => Test => Provision => DeployCodeCommit, CodeBuild, CodeDeploy, Elastic Beanstalk, CloudFormation, GitHub, 3rd-party services (GitHub…) & custom plugins…AWS CodeArtifact - dependenciesartifact management
AWS CodeStar - UI to start a projectAWS Cloud9AWS Cloud9 - IDE, pair programmingAWS Toolkit
AWS Explorer: Explore a wide range of AWS resources to user’s linked AWS Account.
AWS CDK Explorer: Allows to explore user’s stacks defined by CDK.
Amazon Elastic Container Service: Provides IntelliSense for ECS task-definition files.
Serverless Applications:Create, debug and deploy serverless applications via SAM and CFN
Developer
Cloud9:
CodeCommit:
CodeBuild:
CodeDeploy:
CodePipeline:
CodeArtifact:
CodeStar:
Deployment
CloudFormation: (AWS only)
Beanstalk: (AWS only)
CodeDeploy (hybrid):
Systems Manager (hybrid):
OpsWorks (hybrid): managed Chef and Puppet in AWS
AWS CDK: