AWS other Concepts Flashcards

1
Q

Auto Scaling group ASG

A

ASG scales the application where there is high load

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

Application load balancer

A

distributes the load based on set rules

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

NAT Gateway

A

Application talks to internet via nat and it exposes NAT gateways public ip to external world

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

Bastian Host or Jump server

A

Application server in private subnet does not have Public ip address and cannot be access from outside .so using bastion host or jump server application is accessed from public subnet. using this approach there will be proper logging of the activity to app server

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

Elastic IP

A

Static IP that nerver change even if Ec2 is restarted terminated and bought up

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

How bastion host is created

A

create ec2 in same vpc and public subnet with ssh enabled from out side

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

How to design highly available applications

A

use multiple availability zone

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

How to design highly scalable applications

A

ASG

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

How private subnet can access internet

A

Nat gatweway

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

Strict network access to vpc

A

NACL

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

Aws service can access s3 securetly

A

S3 gateway vpc endpoints

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

NACL and Security groups diffrences

A

subnet and instance
stateless stateful

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

What is Cloud watch

A

Gate keeper for aws account helps in implementing Monitoring,Alerting,Reporting and logging

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

Advantages with cloud watch

A

Monitoring
Real life metrics
alarms
log insights
Custom Metrics
Cost Optimisation
scaling

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

what is aws config

A

Set compliance for your AWS account by defining aws managed rules or custom lambda rule like enforcing i am users to add monitoring for all ec2 instances.

If rule is not met it should that ec2 is non compliant and mails can be sent for the same to i am users.trigger lambda when config changes.

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

Type sof Load balancers

A

Application load balance
Network Load balancer
Gateway load balancer

17
Q

when to used application load balancer

A

when you want to intercept https request and handle load balancing in application layer user ALB, High in cost, Many capabilities, more latency because adding layers. eg host based load balancing

18
Q

When should you use NLB

A

Apply load nbalancing on transport layer and network layer adding advanced routing tecniques . Where there should not be latency like game servers,streaming servers.Low cost,high transmission rate,also have sticky sessions.

19
Q

Sticky sessions

A

in streaming content all packets should originate from same servers thus maintaining sticky sessions

20
Q
A