Practice Test Notable Questions Flashcards
(129 cards)
What is an application streaming service that can provide users instant access to desktop applications from any device?
Amazon AppStream 2.0
What service quickly and securely lets you transfer hundreds of petabytes of data to AWS?
AWS Snowmobile lets you transfer 100PB per snowmobile, a 45-foot long shipping container pulled by a truck.
Snowball edge accelerates moving TB data in and out of AWS using physical appliances but is not the best to transfer exabyte-scale data.
What service allows you the same hardware infrastructure, services, APIs, and tools to build/run applications on-prem and in the cloud?
AWS Outposts lets you do this. It’s a fully managed service that extends infrastructure, services, APIs, and tools to any data center, co-location space, or on-prem facility for a hybrid experience. Ideal for workloads that require low-latency access.
What lets you organize and consolidate information based on criteria into specific tags or resources in AWS?
AWS resource groups let you organize resources using criteria defined as tags. A resource group is a collection of resources that match resource types specified in a query and share 1+ tags or a portion of tags.
Groups can be created based on roles in cloud infrastructure, lifecycle stages, regions, applications layers or anything else.
What can be used to find insights an relationships in article submissions via NLP?
Amazon Comprehend is a NLP service to let you find meaning insights in text and can extract:
- Phrases
- Sentiment
- Syntax
- Brand/date/location/person
- Language
Textract is incorrect because it is used to extract printed text, handwriting, and data from any document, not NLP.
What does AWS Firewall Manager do?
Security management service allows us to centrally configure and manage firewall rules across accounts and applications. Can enforce a common set of security rules and is a signal service to build firewall rules, create security policies and enforce them in a hierarchical manner.
If a developer needs to access a Linux EC2 instance to modify a Wordpress configuration file, what would he use to connect directly to the instance’s Linux terminal?
EC2 Instance Connect is a browser-based client letting you connect to Linux instances.
Session Manager is a fully managed AWS systems manager capability that lets you manage instances, on-prem instances, and virtual machines through one browser-based shell or through the AWS CLI.
Secure Shell (SSH) is the most common tool to connect to Linux servers.
What is AWS Direct Connect used for?
Networking service to establish private connectivity between AWS and your data center, office, or colocation environment.
What does Basic Support provide?
- Customer service and communities
- 7 core checks of the AWS Trusted Advisor
- AWS personal health dashboard
Discussion forums can also be used to get assistance from the AWS community.
What is an availability zone?
1+ discrete data centers with redundant power, networking, and connectivity in an AWS region. They give customers ability to operate production applications and databases that are more highly available, fault-tolerant, and scalable than would be possible from a single data center.
What are AWS Local Zones?
They are managed and supported by AWS and are an extension of an AWS region where latency-sensitive applications can be run using AWS services like elastic COmpute Cloud, Virtual Private Cloud, Elastic Block Store, File Storage, and Elastic Load Balancing in geographic proximity to end users.
What are AWS Regions?
Separate geographical area with multiple isolated and physically separate AZs
What are Edge locations?
Delivers cached content to closest location to reduce latency for users
What is the AWS Global Accelerator?
A service that improves the availability and performance of applications with local or global users. Has static IP addresses provided as a fixed entry point to applications hosted in 1+ AWS regions. These are anycast from AWS edge locations and are announced from multiple locations at the same time. This enables traffic to ingress onto the AWS global network as close to your users as possible.
What is Amazon CloudFront?
It is a content delivery network service with low latency and high transfer speeds.
Usecases:
- Static asset caching
- Live video streaming
- Integrates with AWS Shield and AWS WAF
- Customizes delivery with Lambda@Edge
- Dynamic content and API acceleration
- Scale as globally distributed clients download software updates.
Used for HTTP use cases and securing access over endpoints. Edge locations are used to cache content as opposed to finding an optimal pathway to the nearest regional endpoint (like global accelerator). Not capable of providing static anycast IP address.
What would company use to migrate on-premise VMs to AWS?
Use AWS Server Migration Service to migrate on-premise workloads to AWS.
It is an agentless service making it easier to migrate thousands of on-prem workloads to AWS. SMS lets you automate, schedule, and track incremental replicas of live server volumes via an intuitive UI.
Note that AWS Migration Hub only tracks application migrations, not server migrations.
What is concierge support used for in the enterprise plan?
Assisting with billing and account inquiries and works with customers to implement billing and account best practices.
What is a AWS Disaster Recovery solution for their on-premise bare metal servers and SQL databases that is fast and easy to use?
CloudEndure. It minimizes downtime and data loss by providing fast, reliable recovery. Can protect critical SQL databases via continuous replication of machines into a low-cast staging area.
In case of disaster, CloudEndure Disaster Recovery can launch machines in their fully provisioned state in minutes.
Note that Server Migration service cannot migrate bare metal servers.
What are the type of AWS Elastic Load Balancers?
- Application Load Balancer - best suited for load balancing HTTP/HTTPS traffic targeted at modern application architectures like microservers and containers. Operates at the individual request level and routes traffic to targets within VPC.
- Network Load Balancer - used to balance TCP, UDP, and TLS traffic where extreme performance is required. Operates at the connection level and routes traffic to targets within the AWS VPC. Capable of handling millions of requests/second while maintaining low latencies. Can handle volatile and sudden traffic patterns.
- Class load balancer - balances across multiple EC2 instances and operates at both request level and connection level.
- Gateway load balancer - provides layer 3 gateway and layer 4 load balancing capabilities and is a bump-in-the-wire device that does not change any part of the packet. Meant to handle millions of requests/second, volatile traffic patterns, and introduces extremely low latency
What IAM identities are associated with access keys used in managing cloud resources via the AWS CLI?
IAM User get access keys as long-term credentials.
They consist of 2 parts:
1. Access key ID
2. Secret access key
Need to get both to authenticate requests. Use temporary security creds (IAM roles) instead of access keys and disable root user access.
What is used as a virtual firewall for EC2 instances to control inbound and outbound traffic?
Security Group
Which is true regarding the developer support plan?
- No access to the AWS Support API
- Limited access to the 7 core Trusted Advisor checks
- General architectural guidance
- Unlimited cases and 1 primary contact
What does the business support plan offer?
- Full set of trusted advisor checks
- Recommended for production workloads
- Contextual architectural guidance
- AWS Support API access
- Unlimited cases and unlimited contacts
- Cloud Support Engineer access
- Interoperability & configuration guidance and troubleshooting
- Can access Infrastructure Event Management for additional fee
What does the enterprise plan offer?
- Recommended for mission-critical workloads
- Full trusted advisor
- Consultative review and guidance based on applications
- Designated TAM
- Access to online labs
- COncierge Support Team
- Cloud Support Engineer access
- Support API
- Interoperability & configuration guidance
- Infrastructure Event Management
- Well-Architected Reviews
- Operations Reviews
- TAM coordinates access to programs and other AWS experts