0% found this document useful (0 votes)
19 views5 pages

AWS Direct Connect and VPC Endpoints Explained

Uploaded by

huzaifa0561
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views5 pages

AWS Direct Connect and VPC Endpoints Explained

Uploaded by

huzaifa0561
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Explain AWS Direct Connect, VPC endpoints in AWS cloud

computing in simple

AWS Direct Connect

AWS Direct Connect is a dedicated network connection between your on-premises data center and
AWS. Instead of using the public internet, which can be slow and unreliable, Direct Connect provides a
private, high-speed, and secure link.
" Why use it?

Faster and more stable than the internet

" Secure data transfer

Lower bandwidth costs

" Example:
Imagine you havea company office and need to transfer large amounts of data to AWS frequently.
Using Direct Connect, you get a dedicated fiber-optic line directly to AWS, avoiding internet congestion.

VPC Endpoints
VPC Endpoints allow your AWS resources (like EC2 instances) to securely connect to AWS services (like
S3 or DynamoDB) without using the public internet.
" Why use it?
" Improves security (no exposure to the internet)
Reduces latency
Saves data transfer costs

Types of VPC Endpoints:


1. Interface Endpoint - Uses private IPs and connects via AWS PrivateLink (for services like S3, SNS,
etc.).
2. Gateway Endpoint - Adirect gateway for S3 and DynamoDB, without needing NAT or internet
gateways.

" Example:
Say you have an EC2 instance inside a VPC and need to access S3. Instead of routing through the public
internet, a VPC endpoint allows a direct, private connection within AWS.
Amazon Route 53 Routing Techniques in Simple Terms
Amazon Route 53 helps direct users to websites and applications by managing domain names. It offers
different ways to route traffic based on business needs.
1. Simple Routing - Sends all users to one place.
Example: A small website with only one server.
2. Weighted Routing - Splits traffic between multiple locations based on assigned percentages.
Example: Send 70 percent of users to Server A and 30 percent to Server B.
3. Latency-Based Routing - Sends users to the closest and fastest server.
Example: A user in the USAconnects to a server in Virginia, while a user in India connects to a
server in Mumbai.

4. Geolocation Routing - Sends users to servers based on their country or region.


Example: Users in Japan get the Japanese version of a website, while users in France get the
French version.

5. Geoproximity Routing - Similar to geolocation but allows adjusting traffic flow toward or away
from certain areas.

Example: Acompany can direct more users to a data center in Europe if needed.
6. Failover Routing - Sends users to a backup server if the main server goes down.
Example: If the main website crashes, users are automatically sent to a backup site.
7. Multivalue Answer Routing - Gives users multiple server options and picks the best one.
Example: A company has five servers, and users are sent to any available one for better reliability.
Explain Amazon CloudFront pricing in AWS cloud computing in
simple

Amazon CloudFront Pricing in Simple Terms


Amazon CloudFront is AWS's content delivery network (CDN) that speeds up the delivery of websites,
videos, and other content. Its pricing depends on several factors, but there are no upfront costs-you
only pay for what you use.
1. Data Transfer Costs

" Youpay for data that CloudFront delivers to users.


" Pricing depends on the region where the content is delivered.
" Data transfer within AWS (like from S3 to CloudFront) is free.

2. Request Pricing
" Youpay based on the number of requests (how often users access your content).
" Different rates apply for HTTP and HTTPS requests.

3. Invalidation and Other Features

" If you need to remove or update content from CloudFront, you can invalidate (clear) it, but large
scale invalidations have a small cost.
" Additional features like real-time logs may have extra charges.

4. AWS Free Tier

" New AWS users get 1 TB of free data transfer per month for one year.

Example of Costs
" If a company delivers 50 GB of images and videos to users, it pays based on the region's data
transfer rates and the number of requests made.

CloudFront pricing is based on usage, so small websites may have very low costs, while high-traffic
applications may pay more. AWS also offers pricing discounts for long-term usage.
Explain with the neat diagram Amazon EC2 lifecycle in AWS cloud
computing in simple

Amazon EC2 Lifecycle in Simple Terms


Amazon EC2 (Elastic Compute Cloud) provides virtual servers (instances) to run applications. The EC2
lifecycle consists of different states that an instance goes through from creation to termination.

EC2 Instance Lifecycle Stages


1. Pending - When you start an EC2 instance, it first enters the pending state while AWS prepares it.
2. Running - The instance is now active and ready to use. You are billed while it is running.
3. Stopping - When you stop an instance, it begins shutting down. It does not lose data unless it is a
temporary (spot) instance.
4. Stopped - The instance is turned off but stillexists. You are not billed for compute time, but
storage cCosts apply.
5. Shutting Down - When you terminate an instance, it enters this state before deletion.
6. Terminated - The instance is permanently deleted, and its storage is lost unless backed up.
EBS-backed instances only
Launch

pending Stop Start

Reboot
running
sop or stopping stopped
Terminate hibermate

Terminate Terminale Terminate

shutting-down

terninated

You might also like