Exam style Questions Flashcards
How does Direct Connect Work?
Direct Connect is a dedicated network connection between your on-premises network and AWS VPC via a private connection. (not over the public internet)
What is Site-to-Site VPN
connecting two sites
Site-to-Site VPN connects two sites (on-prem and AWS VPC) with a secure encrypted tunnel (VPN) over the public internet.
Connects 1 on-prem network to 1 AWS VPC
What are the 3 main components of a Site-to-Site VPN connection?
Customer Gateway (CGW): Your on-premises router or software.
Virtual Private Gateway (VGW): AWS endpoint for one VPC.
Transit Gateway: Centralized hub connecting multiple VPCs and networks.
How does Database Migration service work?
AWS DMS can be used to migrate data from an on-premises database to a database in AWS. However, AWS DMS does not migrate the actual server to an EC2 instance.
A company has an on-premises Linux-based server with an Oracle database that runs on it. The company wants to migrate the database server to run on an Amazon EC2 instance in AWS.
Which service should the company use to complete the migration?
Application Migration Service is an automated lift-and-shift solution. This solution can migrate physical servers and any databases or applications that run on them to EC2 instances in AWS.
How does AWS charge for AWS Lambda usage once the free tier has been exceeded? (Select TWO.)
Charged based on the runtime of the code
and
number of requests for your Lambda functions.
What is Polly?
Text to speech service
What is Transit Gateway?
Transit as data passing, Gateway a door connecting many netw + VPC
Hub that connects multiple VPCs and on-premises networks.
What is the VPC Peering?
Direct, low-latency communication between two VPCs.
What’s included in the basic support plan
Cost: Free for all AWS customers.
Features:
- Access to AWS documentation and whitepapers.
- Limited AWS Trusted Advisor core checks (e.g., service limits, security, fault tolerance and cost optimisation).
- AWS Personal Health Dashboard for service health updates.
What’s included in the Developer support plan
Features:
- 24/7 Access to Cloud Support Engineers
- Response time: <24 hours for general support issues.
- Access to some AWS Trusted Advisor core checks (service limits, security, cost optimisation and fault tolerance)
- Access to the Personal Health Dashboard
What’s included in the Business support plan
Features:
- 24/7 support via phone, chat, and email for production workloads.
Response time:
- <1 hour for urgent issues.
- <12 hours for non-urgent issues.
- Full AWS Trusted Advisor access with all checks
- Limited support for third-party software running on AWS.
What’s included in the Enterprise support plan
Features:
- 24/7 access to senior AWS engineers.
- <15 minutes response time for critical issues.
- Dedicated Technical Account Manager (TAM) for proactive guidance.
- Full AWS Trusted Advisor access and AWS Infrastructure Event Management.
- Consultative architectural reviews and optimization planning.
- Support for third-party software and custom solutions.
What are the 6 pillars of the Well-Architected Framework
CROPSS
CROPSS
C: Cost Optimization
R: Reliability
O: Operational Excellence
P: Performance Efficiency
S: Security
S: Sustainability
Summarise Cost Optimisation?
Focuses on managing your cloud spend efficiently by choosing the right pricing models and scaling resources as needed.
It involves right-sizing your infrastructure to eliminate waste and tracking costs to avoid overspending.
Summarise Reliability
systems can recover from failures and continue to operate at the desired performance level.
This includes using fault tolerance, redundancy, and monitoring to proactively detect and respond to issues.
Summarise Operational Excellence
- automating operational processes
- monitoring systems for performance
- continuously improving operations.
- making frequent, small changes
- Infrastructure as code
Summarise Performance efficiency
Ensures cloud resources are used effectively to meet evolving demands.
This includes selecting the right resources, scaling workloads dynamically, and continuously optimizing for performance.
Summarise Security
Focuses on protecting systems, data, and assets from potential threats through robust identity management, encryption, and regular monitoring.
It ensures secure configurations and compliance with industry standards and regulations.
Summarise Sustainability
Aims to reduce environmental impact by optimizing resource usage and minimizing carbon emissions.
What is a report that can break down cloud costs by product, by company defined tags ans by hour, day and month?
AWS Cost and Usage Report (CUR)
What does Xray do ?
It provides a complete view of requests as they travel through your application good for debugging and generates a map of your application’s architecture, showing how different services interact with each other.
Differences between AWS Inspector and AWS GuardDuty?
AWS Inspector = Automated security assessments on EC2 and containerised applications (vulnerabilities, misconfigurations).
AWS GuardDuty = Continuous threat detection service for malicious or unauthorised behaviour.
Monitors AWS CloudTrail logs, VPC flow logs, and DNS logs for suspicious activity.
What are Outposts
Outposts provide a hybrid solution by placing AWS infrastructure (like compute and storage) on the customer’s on-prem data centers.
Customers can run AWS services like EC2, EBS, and RDS on these Outposts, allowing for seamless integration between on-prem and AWS cloud environments.
What are local zones?
Local Zones are extensions of AWS Regions, providing localized access to AWS compute, storage, and networking services in select metropolitan areas.
What is direct connect?
A dedicated private connection from your on-premises data center to AWS.
- a physical connection between your on-premises network and AWS, bypassing the public internet.
What is Transit Gateway
A hub to connect multiple VPCs within AWS to your on-premises network.
What does the “Effect” in an S3 bucket policy specify?
Effect = Outcome (allow or deny)
Whether access is allowed or denied
Which action would you use to allow users to upload objects to an S3 bucket?
s3:PutObject
In an S3 bucket policy, how is the resource typically defined?
By the Amazon Resource Name (ARN) of the bucket or object
What does the “Principal” element in an S3 bucket policy define?
The entity (e.g., IAM user or account) the policy applies to
What is the purpose of the “Condition” element in an S3 bucket policy?
“Conditions = When, Where, and How”
Conditions are rules or filters that specify when or under what circumstances a policy is applied.
- When: The condition specifies when a request should be allowed or denied (e.g., time of day, request origin).
- Where: It can specify where the request is coming from (e.g., a particular IP address or VPC).
- How: It can dictate how the request should be made (e.g., encrypted connections, MFA authentication).