Misc.. Flashcards
Whare the the two types of AWS Application Discovery Service Job types?
Agentless Discovery
Agent-based discovery
Where can results from Application Discovery Service be viewed?
In the AWS MIgration Hub
What service performs the application migration?
AWS Application Migration Service
What is AWS DataSync?
It synchronizes data from On-prem or other cloud locations to AWS.
Does AWS DataSync require an agent?
Yes, for external access only. Synching to other AWS services does not require an agent.
What Can AWS DataSync synchronize to?
Amazon S3
EFS
FSx
Does AWS DataSync preserver permissions for NFS, SMB, and POSIX?
Yes
What are the two types of Snowball Edge Devices?
Compute Optimized
Storage Optimized
How much storage does Snowball compute optimized devices have in storage?
28TB
Which Snowball device is best for processing data on the edge?
Snowball compute optimized.
Can you run Lambda or Ec2 on a Snowball device?
Yes. Using Snowball compute optimized.
What does AWS SAM do?
It generates complex CloudFormation from simple SAM YAML files.
What can be used to help you run Lambda, API Gateway, and DynamoDB locally?
AWS SAM
Is AWS SAM simpler than using CloudFormation?
Yes
How do you package and deploy AWS SAM?
Use the cli command sam deploy
What is AWS SAM Accelerate?
A set of features to reduce latency while deploying resources to AWS.
What does the command “sam synch” do?
It synchs the code you have locally with what is in AWS.
How is an AWS SAM Lambda function declared in the template.yaml file?
AWS::Serverless::Function
How is an AWS SAM Dynamo DB instance declared in the template.yaml file?
AWS::Serverless::SImpleTable
What is AWS Batch?
It allows you to run Batch Jobs as Docker Images.
What are the two locations where you can store Docker Images?
DockerHub
ECR
What is the maintenance caveat for AWS ECS EC2 Launch Types?
You must provision and maintain the infrastructure yourself.
What is required to run ECS as an EC2 launch type?
The ECS Agent
What is the ECS Fargate Launch Type?
It is serverless. You just create task definitions.
Can ECS tasks have IAM permissions?
Yes. They can have a task role defined.
Can EFS be used with ECS?
Yes
Does EKS support the fargate launch type?
Yes
What is a managed node group in EKS?
Creates and manages nodes for you in AWS. Supports on demand and spot instances
What is a self-managed node in AWS EKS?
Node created by you and registered to the EKS cluster and managed by an ASG.