General Cloud Flashcards
(110 cards)
What are contained in regions?
AZs (Availability Zone), each of which contain 1+ data centers
What is IAM?
Identity and Access Management, organizes users into groups, assigns policies (JSON) to users/groups
What is an EC2 security group?
A firewall. Many to many w/ EC2 instances.
What is EBS?
Network drive attached to 1 EC2 instance at a time.
What’s the relationship between EC2 instances and EBS volumes?
An EC2 instance can have multiple EBS volumes, but and EBS volume can only attach to 1 EC2 instance.
What is CloudFormation?
Infrastructure as code. Code your insrastructure design and AWS will change your config to match it.
What is CloudFormation Stack Designer?
Creates diagrams for CloudFormation configurations
What is CDK?
Cloud Development Kit. Write CloudFormation configuration in other programming languages. They are compiled to yaml/json.
What is Elastic Beanstalk?
Automatically creates/depoys a cloudformation config for your app as single instance (test env), ASG (batch) or LB + ASG (prod web)
What kind of monitoring comes with Elastic Beanstalk?
Pushes app health info to CloudWatch
What is CodeDeploy?
Can deploy new versions of your applications. Does not use CloudFormation. Works with EC2 instances or on-prem servers.
What is CodeDeploy Agent?
Allows you to provision on-prem servers or EC2 instances for use by CodeDeploy.
What is CodeCommit?
Amazon’s GitHub. Private integrated w/ AWS services.
What is CodeBuild?
Pulls code from Git and runs build script.
What is CodePipeline?
Link together AWS and 3rd party build services.
What is CodeArtifact?
Artifact management system (Library repo, maven deps)
What is CodeStar?
Dashboard. Unified UI to create build pipeline.
What is Cloud9?
Cloud IDE.
What is SSM?
Systems Manager. Manage EC2 and on-prem systems at scale. Hybrid service. eg. patching automation. SSM agent installed on each server, which allows it to be patched by AWS’ service. Installed by default on Linux and Ubuntu AMI.
What is SSM Session Manager?
Can SSH into your EC2 instance w/o opening port 22
OpsWorks
Managed Chef & Puppet to perform server configuation or repetitive actions.
Which can be used to monitor and check the health of an environment: CodeStar or Beanstalk?
Beanstalk.
Is Beanstalk Iaas, Paas or Saas?
Paas
What does cloudformation us to describe AWS resources.
JSON or YAML templates