Deploying and managing ( developer tool ) Flashcards
Cloud9
A Cloud IDE( Integrated. Developed.Environment) for Writing, Running, and Debugging Code
with collab
CodeArtifact
Secure, scalable, and cost-effective artifact management for software development used r use to store code dependencies
CodeBuild
for integration service used for Build and test code, it is it is serverless.
CodeCommit
Store Code in Private Git Repositories: code in a repository, collaborate on code with versioning controlled.
CodeDeploy
allows to automate Deployments software Code to a hybrid mix of EC2 Instances and On-Premises servers
CodePipeline
orchestrate of pipeline
code > build > test > provision > deploy
is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates.
CodeStar
Unified view for allowing developer to do CICD in one place, central service that allows developers Quickly develop, build, and deploy applications
AWS CDK
define your cloud infrastructure using a programming language. EX: A developer would like to deploy infrastructure on AWS but only knows Python.
Cloudformation
Only in AWS: infrastructure as code, and work with all AWS resource. Repeat across region and Account
CloudFormation is an infrastructure automation platform for AWS that deploys AWS resources in a repeatable, testable and auditable manner.
is an infrastructure as code (IaC) service that allows you to easily model, provision, and manage AWS and third-party resources.
AWS elastic Beanstalk
AWS only. Referred to as a Platform as a Service (PaaS). free of use, but you do pay for the resources creat. Deploys code consistently with a know architecture (ALB+EC2+RDS) For Health monitoring for your application
is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, .
CodeDeploy
Hybrid: deploy & upgrade any application into servers
AWS managed service allows to automate software deployments to a hybrid mix of EC2 Instances and On-Premises servers
AWS system manager SSM
Hybrid: patch, configure and run commands at scales across your servers
AWS OPWorks
Hybrid: manage chef and puppet in AWS
What is called the declaration of the AWS resources that make up a stack
Cloudformation template