AWS Part 2 (101-200) Flashcards

1
Q

You use the Amazon CloudWatch as primary monitoring system for web app. After a recent software deploy, your users are getting intermittent 500 internal server error when using web app.

You want to create the CloudWatch alarm and notify on-call engineer for when this occurs. How can you accomplish this using AWS services?

A

Create CloudWatch logs to define metrics of 500 internal error, and create alarm using SNS to notify on-call engineers of error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You are designing a multi-platform web app for AWS. The app will run on EC2 instances and will be accessed from PC’s, tablets, and smart phones. Supported platforms are Windows, MacOS, iOS, and Android. The Sticky Sessions and SSL cert are separate setups required for different platform types.

Which describes the most cost effective and performance efficient architecture setup? Two things.. A. S.

A

Assign EC2 instances running components of web app to multiple ELB’s. One ELB change for each platform type.

Set session to sticky.

ELB = Elastic Load Balancing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You’re migrating a legacy client-server app for AWS. The app responds to specific DNS visible domain (e.g. www.example.com) and server 2-tier architecture, with multiple applications for the servers and database. Remote clients use TCP to connect to the app of servers.The application servers need to know the IP address of clients to function properly and are currently getting that info from TCP socket. A Multi-AZ MySQL instance will be used for database. During the migration, you change app code but you have to file a change request.

How would you implement the architecture on AWS in order to maximize on scaling and availability?

2 Steps mainly… FCR IPP - E TL & PP 2AZ

A
  1. File a change request to implement Proxy Protocol support in the app.
  2. Use ELB with TCP Listener and a Proxy Protocol enabled to distribute the load on 2 app servers in different AZ’s

Bonus: What is the difference between 2 tier and 3-tier architecture?
A two-tier DB architecture either buries the application logic within the server database, on the client (inside the UI), or both of them. A three-tier DB architecture buries the process or application logic in the middle-tier. Thus, it acts as a separate entity from the Client/ User Interface and the data Interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Your app currently leverages AWS auto-scaling to grow and shrink as a load increases/decreases, and has been performing well. Your market team expects a steady ramp up in traffic to follow an upcoming campaign resulting in 20x growth in traffic over 4 weeks. Your forecast for approximate number of EC2 instances needed to meet peak demand is 175.

What should you do to avoid potential service disruptions during the ramp up in traffic?

A

Check service limits in the Trusted Advisor and adjust as necessary

Then the forecast count remains within the limits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You have web app running on 6 EC2 instances, consuming 45% of resources on each instance. You are using the auto-scaling to make sure that 6 instances are running at all times. The number of request this app processes is consistent and does not experience spikes. The app is critical to the business and you want high availability at all times. You want the load to be distributed evenly between all instances. You also want to use the same AMI for all instances.

What architecture choice should you make? Couple things to mention here…

A

Deploy 3 EC2 instances to one AZ and 3 more in another AZ.

Use ELB - aka Amazon Elastic Load Balancer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You are designing an app that has protected health info. Security and compliance requirements on the app mandate all protected health info use encryption at rest and in the transit mode. The app uses a 3-tier architecture, where data should flow through the load balancers and is stored on EBS volumes for processing. The results are stored in S3 using an AWS SDK.

What satisfies the security requirements?
Hint=T.S.O.

A
  • TCP load balancers
  • SSL termination on AWS to create EC2 instances
  • OS-level disk encryption on EBS volumes
    *-
  • The S3 with server-side encrytion and SSL termination on load balancers
  • SSL listener on the Amazon to create EC2 instances
  • EBS encryption on the EBS volumes containing PHI and S3 with a server-side encryption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A Startup deploys it’s photo-sharing site in a VPC. An elastic load balancer distributes web traffic across 2 subnets. Then the load balancer set to stickiness is configured to use AWS-generated session cookie with TTL of 5 min. The web server to change auto-scaling group is configured as min-size=4, max-size=4. The Startup is preparing for a public launch by running the load-testing software installed on single EC2 instance - that’s running in us-west-2a. After 60 min of load-testing, the web server logs shows attached screenshot:

Which recommendations can be helpful to ensure load-testing HTTP requests are evenly distributed across 4 web servers?

A

Result is to reconfigure the load-testing software to re-resolve the DNS for each web request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

To serve webtraffic for a popular product, the CFO and IT Director have purchased 10 m1.large heavy utilization Reserved Instances evenly spread across 2 AZ’s. Route53 is used to deliver traffic on ELB. After several months, product grows even more popular and need to add capacity. As a result, comapny purchases 2 c3.2xlarge medium utization instances. You register the 2 new c3 instances with ELB and quickly find that the ML of large instances at 100% capacity and the c3.2xlarge instances have significant capacity unused.

Which option is most cost effective and uses EC2 capacity most effectively?

A

Use a separate ELB for each instance type

Distribute load to ELB’s with Route53 weighted round-robin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AWS customer is deploying a web app that is composed of front-end running EC2 confidential data and stored on S3. The customer Security policy is that all accessing operations to this sensitive data must authenticate and authorize by centralized access management system, and operated by separate Security team. In addition, the web application team owns and admins the EC2 web-front instance and prohibited from ahving any ability to access data that circumvents this centralized access management system.

What are configuration that will support these requirements?

A

Have web app provisioned as trusted to users STS tokens, entitling download of approved data directly from S3.

Role???

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Enterprise customer is starting their migration to the cloud. Their main reason is agility and want to make their internal Microsoft AD available to the many apps running on AWS. This is so internal users only have to remember one set of creds and as a central point users take control for the leavers and joiners.

How could they make their AD secure and highly available with minimal on-premise infrastructure changes, most cost and time efficient way?

A

By using a VPC, they could create extention to their data canter and make use of resilient hardware IPSEC tunnels. They could then have 2 domains considered to controller instances that are joined to existing domain and reside within the different subnets in different AZ’s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Cloud Computing?

What is it, what things are accessed from it, and why is it beneficial?

A

Provides services to access the following over internet browser, client-side app on PC/laptop, or mobile without installing, updating and maintaining
* programs
* apps
* storage
* network
* servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why do we go for Cloud Computing?

6 main things mentioned here… (LINBED)

A
  1. Lower computing cost
  2. Improved Performance
  3. No IT Maintenance
  4. Business connectivity
  5. Easily Upgraded
  6. Device Independent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the deployment models used in Cloud Computing?

4 main models mentioned here…

A

Private Cloud
Public Cloud
Hybrid Cloud
Community Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain Cloud Service Models

3 main types mentioned here… (*AAS types and about them)

A

SAAS - Software As A Service: Software distribution model in ehich apps are hosted by a vendor over the internet for the end user. Free of complex software and hardware management. (ex. Google Drive, DropBox)

PAAS - Platform As A Service - Provides platform and environment to allow devs to build apps. Free of building and maintaining an infrastructure. (ex. AWS Elastic Beanstalk, Windows Azure)

IAAS - Infrastructure As A Service - Provides virtualized computing resources over the internet, like CPU, Memory, Switches, Routers, Firewall, DNS, Load Balancer (ex. Azure, AWS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the advantages of Cloud Computing?

6 main things mentioned here… (P.S.E.H.I.G.)

A
  • Pay per use
  • Scalability
  • Elasticity
  • High Availability
  • Increased speed and agility
  • Go global in minutes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is AWS?

What is it and what does it offer?

A

AWS is a secure cloud services platform offering -
* compute
* power
* database
* storage
* content delivery
- to help business scale and grow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is meant by Region, AZ and Edge Locations?

A

Regoin: Independent collection of AWS resources in a defined geography, and collection of Data Centers (AZ’s). AZ’s in a region are connected by high bandwidth.

AZ’s: Simply a data center. Designed as independent failure zone. High speed connectivity, low latency.

Edge Locations: Important part of AWS infrastructure. CDN endpoints for cloud front to deliver content to end users with low latency.

CDN = Content Delivery Network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How do you access an AWS platform?

3 main ways mentioned here…

A
  • AWS Console
  • AWS CLI
  • AWS SDK

What is CLI & SDK?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is EC2 and what are the benefits?

2 descriptors and 4 main benefits

A

Elastic Compute Cloud

Web service that provides resizable compute capacity in the cloud

Virtual servers also called instances on pay per use basis

Benefits: Easier and faster, alastic and scalable, high availability, cost-effective

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What are the pricing models available in AWS EC2?

4 main models mentioned…

A

On-Demand
Reserved
Spot
Dedicated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What are the EC2 types available?

5 main EC2 instance types mentioned

A

General Purpose
Computer Optimized
Momeory Optimized
Storage Memeory
Accelerated Computing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is AMI, and what are the types?

A

Amazon Machine Image -
Special virtual appliance used to create virtual machine with EC2. Defines initial software used in an instance when launched

Types:
* Publish by AWS
* AWS Marketplace
* Generated from exisiting instances
* Uploaded virtual server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is some addressing info in EC2 instances?

At least 3 things

A

Public DNS name - Used to access the Public IP
Public IP - Assigned by AWS reserved, non changeable
Elastic IP - Unique and persistent until user releases it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is a Security Group?

A

Allows you to control traffic in and out of instances through “virtual firewall”.

Control traffic based on port, protocol, and source/destination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

When does your instance show a retired state?

A

Only available in Reserved Instances - after 1 or 3 years

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Scenario: My EC2 instance IP address changed automatically while instance stop and started.

What is the reason for that in an explained solution?

A

Aws assigned Public IP changes dynamically when instance stopped and started.

Can use EIP (Elastic IP) to create a static type IP and keep it until released.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What is Elastic Beanstalk?

A

Fastest and simplest way to get an app up and running on AWS.

Developers simply upload code and service automatically handles all details such as:
* Resource provisioning
* Load balancing
* Auto-scaling
* Monitoring

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is Amazon Lightsail?

What is it and 5 things about it?
V.S.D.D.S.

A

Designed to be easiest way to launch and manage a virtual private server with AWS.

Lightsail plans include everything needed to jumpstart a project…
* Virtual machine
* SSD based storage
* Data transfer
* DNS management
* Static IP (EIP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

What is EBS?

A

Elastic Block Store

Provides persistent block level storage columes for EC2 instances.

EBS is auto replicated within it’s AZ to protect component failure

Varies in performance tpyes and prices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

How do you compare EBS volumes?

compare 3 types mentioned here - type, size, and IOPS

A
  • Magnetic volume - lowest performance type and cost
    EBS volume size: 1GB to 1TB
    Average IOPS: 100 IOPS
    Max throughput: 40-90MB
  • General Purpose SSD - cost effective storage, billed based on space provisioned
    EBS volume size: 1GB to 16TB
    Maximum IOPS: up to 10,000 IOPS
    Max throughput: 160MB
  • Provisioned IOPS SSD - for intense & highest performance, more costly
    EBS volume size: 4GB to 16TB
    Maximum IOPS: up to 20,000 IOPS
    Max throughput: 320MB
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What is cold HDD and Throughput-optimized HDD?

A
  • Cold HDD: For less frequently accessed workloads, much less expensive

EBS volume size: 500GB to 16TB
Maximum IOPS: 200 IOPS
Max throughput: 250MB

  • Throughput-optimized HDD: Low cost designed for frequent throughput-intensive workload access - (Ex. Big data warehouse)

EBS volume size: 500GB to 16TB
Maximum IOPS: 500 IOPS
Max throughput: 500MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What are EBS-optimized instances?

A

Ensures EC2 instance is prepared to take advantage of I/O in the EBS volume.

Uses an optimized configuration stack and provides additional dedicated capacity for EBS

When selected, is an hourly charge for that instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What is an EBS Snapshot

Couple answers to discuss here

A
  • Can back up data on EBS volume, incrementally
  • First snapshot may take time to create, being point in time copies of volumes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

How can you connect EBS volume to multiple instances?

A

We can’t connect EBS volumes to multiple instances, but we CAN connect mutiple EBS volumes to single instance!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

What are the virtualization types available in AWS?

2 things mentioned here
Hint = H. P.

A

Hardware assisted Virtualization: HVM instances
Full set of virtual HW, executing MBR of root block device, and is default virtualization

Para Virtualization: AMI image
Special boot loader called PV-GRUB, greater performance but cannot take advantage of other HW extensions (Networking, GPU, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

How do you differentiate Block Storage from File Storage?

A

Block Storage: Operates at lower, raw storage device level
- Manages data as a set of numbered, fixed size blocks

File Storage:Operates at higher, OS level
- Manages data as named Hierarchy of files and folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

What are the advantages & disadvantages of EFS?

4 advatantages / 3 disadvantages

What is EFS?

A

Advantages:
1. Fully managed service
2. File system grows & shrinks automaticallt to petabytes
3. Can support thousands of condurrent connections
4. Multi-AZ replication

Disadvantages:
1. Not available in all regions
2. Cross region capability not available
3. More complex to provision compared to S3 & EBS

Elastic File System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What are the things we need to remember while creating S3 buckets?

5 things to remember…
Hint: S. B. B. C. C.

A
  • S3 bucket names
  • Bucket names must be unique across all AWS
  • Bucket names can contain up to 63 lowercase letter, number, hyphens
  • Can create and use multiple buckets
  • Can have up to 100 buckets per account
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What are the storage classes available in S3?

4 classes mentioned here

A
  • S3 Standard
  • S3 Standard-IA (Infrequent Access)
  • S3 RRS (Reduced Redundancy Storage)
  • S3 Glacier
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

Explain Amazon S3 lifecycle rules?

A

Significantly reduce storage costs by auto transitioning data from one storage class to another - or delete it

ex.
- Store backup data initially in S3 Standard
- After 30, transtion to Standard-IA
- After 90 days, transition to Glacier
- After 3 years, delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

What is the relation between S3 and AWS KMS?

A

SSE is performed by S3 and AWS KMS uses 256-bit AES

  • SSE = Server-side Encruption
  • AES = Adv Enc Std
42
Q

What is the function of cross region replication in S3?

A

Allows you replicate all new objects in source bucket in one AWS region to a target bucket in another region

  • Versioning must be turned on for both source & destination buckets
43
Q

How can you create an Encrypted EBS volume?

A

Select Encrypt volume option in Volume creation page

  • Master key is created or use existing
  • KMS handles the key services
44
Q

Explain Stateful and Stateless Firewall?

A

Stateful Firewall:
- ex. Security Group controls inbound/outbound network traffic to AWS resources and EC2 instances
- Operates at instance level
- Supports allow rules only
- Return traffic auto allowed

Stateless Firewall:
- ex. NACL on subnet level
- Supports allow and deny rules
- Return traffic must be allowed by rules

45
Q

What is NAT instance and NAT gateway?

A

NAT instance: AMI that is designed to accept traffic from instances in private subnet
- Translate source IP to the instances Public IP and then forward traffic to the IGW

NAT Gateway: Amazon managed resources designed to operate like NAT instance BUT is simpler to manage and highly available in an AZ
- Allow instances with private subnet to access Internet resources through IGW via the NAT Gateway

46
Q

What is VPC Peering?

A

In a single region, you can connect 2 VPC’s as if in same Network to communicate

47
Q

What is MFA in AWS?

A

Multi-Factor Authentication

extra layer of security by adding second method of authentication beyond PW or key

48
Q

What is Authentication in AWS?

3 areas mainly

A
  • Username / Password
  • Access Key
  • Access Key Session Token
49
Q

What is a data warehouse in AWS?

A

Central repo for data, from one or more sources

50
Q

What is meant by Multi-AZ in RDS?

A

Replication of database in another AZ for disaster recoveries
- Primary and Seconday databases

51
Q

What is DynamoDB?

3 things mentioned here - F. F. S.

A
  • Fully managed NoSQL database service
  • Fast performance and scalability
  • Simple and cost effective data storage
52
Q

What is cloud formation?

A

Service that creates AWS infrastructure using CODE

53
Q

What are plans for Auto-scaling?

3 things mentioned here

A
  • Manual scaling
  • Scheduled scaling
  • Dynamic scaling
54
Q

What is an Auto-scaling group?

A

Collection of EC2 instances managed by Auto-scaling service.

Each auto-scaling group has config options that control when to launch new or terminate instances

55
Q

What is difference in Basic and Detailed monitoring in CloudWatch?

A

Basic:
- Sends data points to CloudWatch every 5 min for limited number of metrics for free

Detailed:
Sends data points to CloudWatch every min and allows data aggregation for extra $$

56
Q

What is the relationship between Route53 and CloudFront?

A

CloundFront delivers content to edge locations, use Route53 for CDN

Also, if using CloudFront, can config Route53 to route Internet traffic to those resources

CDN = Content Delivery Network

57
Q

What are the routing policies available in Route53?

5 policy types mentioned here

A
  • Simple
  • Weighted
  • Latency Based
  • Failover
  • Geolocation
58
Q

What is Amazon ElastiCache?

A

Web service that simplifies setup and management of a distributed memory caching evironment

  • Cost effective
  • High performance
  • Scalable Caching Env
  • Using Memcached or Redis Cache Engine
59
Q

What is SES, SQS, and SNS?

A

SES: Simple Email Service
- SMTP server provided by Amazon
- Designed to send bulk emails to customers
- Does not allow config of mail server

SQS: Simple Queue Service
- Fully managed message queuing service
- Fast, reliable, scalable, cost-effective

SNS: Simple Notification Service
- Web service that coordinates and manages delivery of messages sent to recipients

60
Q

How do you use Amazon SQS?

A

This is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.

61
Q

What is important about buffer in AWS?

A

Low price - Consume only amount needed with no long-term requirements

Elastic and Scalable - Quickly rise and decrease resources to apps to satisfy customer demands and cost

Avoid provisioning maintenance up-front for plans with variable consumption speeds or low lifetimes

62
Q

What is the way to secure data for resounding in the cloud?

A. R. B. E.

A
  • Avoid sensitive material in cloud
  • Read user contract
  • Be serious about passwords
  • Encrypt! Use encrypted cloud service
63
Q

Name the several layers of Cloud Computing

3 main ways mentioned - S.P.I as

A

SaaS - Software as a Service
PaaS - Platform as a Service
IaaS - Infrastructure as a Service

64
Q

What is Lambda edge in AWS?

A

Lets you run Lambda functions in response to CloudFront events, without provisioning or managing server

65
Q

Distiguish between Scalability and Flexibility?

A

Flexibility with internet and mobile devices

Scalability to increase existing resources or scale down for business needs or changes

66
Q

What is SaaS?

A

For end customers, host and manage software system

67
Q

What is PaaS?

A

For Software Developers to develop, test and manage saftware on cloud platform

68
Q

What is IaaS?

A

For IT Admins to run cloud services on pay-per-use basis

69
Q

Which automation gears can help with spinup services?

A

API tools - can be used for spin up services and also written scripts

70
Q

What is an AMI? How do you build one?

A

Amazon Machine Image -
- Explains the programs and settings to be used when launching EC2 instance
- Can save work as a custom AMI, stored in EC2
- Can scale out with added AMI instances

How do you build one?
- Configure EC2 instance and it’s attached EBS volumes as preparation
1. Log out of instance, but do NOT stop or terminate
2. Log in to AWS Mgmt Console, EC2 display, then instances
3. Choose instance to create custom AMI
4. Click Actions and Create Image
5. Type name for image, etc
6. Click Create Image

71
Q

What are the main features of CloudFront?

A

Web service that Speeds up delivery of static and dynamic web content (html, css, js, etc) to users

Delivers your content through universal network of data centers called Edge Locations

72
Q

What are the features of EC2 service?

A

Web service that provides secure, resizable compute compacity in the cloud

73
Q

Explain storage for EC2 Instance Store?

A

Provisional storing type located on disks that are physically attached to host machine

74
Q

When attached to VPC, which 2 components provide connectivity with external networks?

A

for External
- IGW = Internet Gateway
- VPG = Virtual Private Gateway

75
Q

Which of the following are characteristics of VPC subnets?

A
  • Each subnet maps to a SINGLE AZ
  • By default, all subnets can route between each other, whether private or public
76
Q

How can you send request to S3?

A

Genuine -or- Anonymous

Genuine requests must include autograph value that authenticates the request sender

Autograph value relates to access keys (acces key ID & secret access key)

77
Q

What is best approach to anchor info for conveying in the cloud?

A

Backup data locally

  • Avoid storing sensitive info
  • Use Cloud services that encrypt data
  • Install Anti-virus software
  • Make passwords stronger
  • Test security measures in place
78
Q

What is AWS Certificate Manager?

A

A Service that lets you easily provision, manage, and deploy public and private (SSL/TLS) certificates for use with AWS services and your internal connected resources.

Secure Sockets Layer / Transport Layer Security (SSL/TLS)

79
Q

What is the AWS KMS?

A

Key Management Services

  • Make and control encryption keys used to scramble your info
  • KMS is also coordinated with CloudTrail for encrypted logs
80
Q

What is Amazon EMR?

A

Elastic Map Reduce

  • a managed big data service which provides pre-configured compute clusters

clusters like Apache Spark, Hive, HBase, Flink, Apache Hudi, and Presto

81
Q

What is Amazon Kinesis Firehose?

A

The least demanding approach to stack gushing info into information stores and examinatoin devices

Amazon Kinesis Data Firehose is an extract, transform, and load (ETL) service that reliably captures, transforms, and delivers streaming data to data lakes, data stores, and analytics services.

82
Q

What is Amazon CloudSearch and it’s highlights?

A

Amazon CloudSearch is a managed service in the AWS Cloud that makes it simple and cost-effective to set up, manage, and scale a search solution for your website or application.

https://www.youtube.com/watch?v=jYiNmoY088E

83
Q

Is it feasible for EC2 examplary occurence to wind up individual from a virtual private cloud?

A

Amazon Virtual Private Cloud (Amazon VPC) empowers you to characterize a virtual
system in your very own consistently disengaged zone inside the AWS cloud, known as a virtual private cloud (VPC). You can dispatch your Amazon EC2 assets, for example, into the subnets of your VPC.

Your VPC nearly looks like a conventional system that you may work in your very own server farm, with the advantages of utilizing adaptable foundation from AWS.

You can design your VPC; you can choose its IP addresses, make subnets, and arrange course tables, organize portals, and security settings. You can interface occurrences in your VPC to the web or to your own server farm

84
Q

Mention details about Amazon VPC switch

A

VPC’s and Subnets
- Virtual Private Cloud system for AWS accounts
- Consistently segregated, unless modified, from other virtual systems in AWS cloud.

85
Q

How do you associate a VPC to corp server farm?

A

AWS Direct Connect <–
- Safely associate AWS condition to on-premise server farm or office area
- Standard 1 Gig or 10 Gig Ethernet fiber-optic association
- Use VLAN - exploit intelligent associations with enhanced security and separate traffic

86
Q

Is it possible to push off S3 with EC2 instances?

A

Truly, it very well may be pushed off for examples with root approaches upheld by
local event stockpiling.

By utilizing Amazon S3, engineers approach the comparative to a great degree versatile, reliable, quick, low-valued information stockpiling substructure that Amazon uses to follow its own overall system of sites.

So as to perform frameworks in the Amazon EC2 air, engineers utilize the instruments giving to stack their Amazon Machine Images (AMIs) into Amazon S3 and to exchange them between Amazon S3 and Amazon EC2. Extra use case may be for sites facilitated on EC2 to stack their stationary substance from S3.

87
Q

What is the distiction between S3 and EBS?

A

EBS is volume mounting onto EC2 server instances
- S3 objects that aren’t continually waiting for read/write, less expensive
- HDD / SSD

88
Q

What do you comprehend about AWS?

A

Amazon Web Services offers cloud services, like virtual HW power, Network and Access in-depth monitoring of users and machines.
- Cheap distributed computing administrations and application bridges to further developments

89
Q

Clarify the principle components of AWS?

R. S. S. I. E. E. C.

A

Route53 - Versatile DNS web benefit
S3 - Most generally utilized AWS stockpiling web benefit
SES - Straighforward Email Service - email benefit - send messages using RESTFUL API or SMTP
IAM Enhanced character and security across the board for AWS account
EC2 - AWS account comminity focal piece on cloud computing with pay as you go
EBS - Offers consistent capacity arrangements found in occurences as a customary hard drive
CloudWatch - Enables conroller viewpoint and advisory info for needed provisions

90
Q

I’m not catching your meaning of AMI. What does it incorporate?

A

AWS formatted machine that gives data as…
- app server
- working framework
- applications
… required to play out the dispatch of the occasion

91
Q

Is vertical scaling possible on Amazon instance?

A

Indeed. Vetical scaling is very possible, with use of Autoscaling or manually arrangements in the EC2 options

92
Q

What is the association with AMI and instance?

A

Total controolled access to occurences of instances being created and launching - set configurations on occurences

93
Q

What is the distiction between S3 and EC2?

A

S3 is only info stockpiling, whereas EC2 is compute cloud services offering virtual instances running OS that can store info on itself or on S3

94
Q

What number of capacity alternatives are there for EC2 instances?

E. EIS. S. AS.

A
  • Amazon EBS
  • Amazon EC2 Instance Store
  • Amazon S3
  • Adding Storage
95
Q

What are the security best practices for EC2 instances?

A

Minimum Access: Offer access to just the confided machine info

Slightest Privelege: Produce jobs with confined access for occurences

Setup Management: EC2 occasions are a design and use admin and patterns for setup of instances

96
Q

Can you clarify highlights of EC2 administrations?

A
  • Virtual Computing Environments
  • Persistent capacity volumes
  • Firewall indications
  • Pre-designed layouts
  • Static IP address for dynamic Cloud Computing
97
Q

What is the system to send a demand to S3?

1 main piece, 2 pieces mentioned

A
  • Using REST API
  • Using AWS SDK Wrapper Libraries
98
Q

What is default number of BUCKETS made in AWS?

A

Default number of buckets made in each AWS account is 100

99
Q

What is motivation behind T2 instances?

P. E. H.

A
  • Providing moderate gauge
  • Execution
  • Higher execution as required by outstanding task at hand
100
Q

What is the utilization of CRADLE in AWS?

A

Cradle is mainly used to OVERSEE STACK with sync of different parts to make framework blame-tolerant.

*Without support, segments don’t utilize reasonable technique to get process demands

Results in QUICKER ADMINISTRATIONS