AWS Overall

 0    51 tarjetas    pablojakub
descargar mp3 imprimir jugar test de práctica
 
término definición
3 types of computing options in AWS
empezar lección
virtual machines, serverless, container services
What is AWS VPC?
empezar lección
This is virtual private cloud. Isolated network.
What do you need to configure to make resources from VPC available from internet?
empezar lección
internet gateway
What can you use to connect your on premises data center with VPC?
empezar lección
AWS Direct Connect
How many VPC you can have in one region
empezar lección
Many, but you cannot have one per two regions
T/F If you create VPC AWS creates main route table that enables flow between subnets
empezar lección
True
What two security measures you have within VPC
empezar lección
network ACL (access control list), security groups
By default security groups on EC2 instance
empezar lección
blocks all inbound traffic and allow outbound traffic
T/F active-active systems are good for stateful application
empezar lección
False, There will be issue if the session for example is not available on both servers
What is needed to create in order to set up Load Balancer?
empezar lección
Target group
what are components of load balancer?
empezar lección
Rules, listeners and target groups
What are 3 components to make EC2 autoscalling
empezar lección
Launch template, Scaling groups and Scaling policies
ACL are (specify 3)
empezar lección
stateless, one-way routing rule, allow all by default
What is the difference between Spot Instance and on-demand instance?
EC2
empezar lección
Spot instance doesn't guarantee it will be running long enough to finish workloads
which seevice allows you to create update or delete stacks across multiple accounts and regions
empezar lección
AWS CloudFormation StackSets
Jaka jest główna różnica międzmiędzy CloudForm Function i Lambda Edge?
empezar lección
CloudFront Function jest do lekkich rzeczy jak podstawowa autoryzacja, Czy manipulacja nagłówkami lambda edge jest do bardziej złożonych operacji i bardziej dużo wyższa latency
Wymień trzy wymagane pola dla ECS w sekcji Resources w CodeDeploy.
empezar lección
Container name, container port, task definition
Do czego służy Cluster Query Language?
empezar lección
It is used to group container instances by attributes.
Jakie dwa rodzaje deploymentu wspiera CodeDeploy?
empezar lección
Blue/green and in place.
Jeśli mamy SSE-KMS Encryption, to jakie nagłówki powinniśmy dać z wartościami?
empezar lección
x-amz-server-side-encryption: aws: kms
How many concurrent execution will Lambda have from Kinesis stream?
empezar lección
The same number as the amount of shards.
What two requirements should be met in order to enable cross-region replication for S3?
empezar lección
The running should be enabled and S3 buckets should have proper privileges.
Which feature enables you write once, read many pattern in S3?
empezar lección
Amazon S3 Object Lock
Which header allows you to cache S3 response for preflight options?
empezar lección
MaxAgeSeconds
Jakie rodzaje integracji oferuje API Gateway wymień 4
empezar lección
lambda Proxy, lambda custom, http Proxy, http
jaka jest różnica między vpc link i vpc endpoint
empezar lección
VPC link directs from clients TO VPC. VPC endpoint direct from VPC TO OUTBOUND
jakie mamy dwa rodzaje w VPC endpoint
empezar lección
interfaces endpoint and Gateway endpoint
do jakich serwisów łączy się Gateway endpoint
empezar lección
S3 i DynamoDB
T/F interfejs and point jest darmowy a Gateway and point jest płatny
empezar lección
false the other way around
Jak połączyć ze sobą dwie prywatne podsieci
empezar lección
through VPC peering
t/f lambda domyślnie znajduje się w twojej prywatnej podsieci
empezar lección
false lambda is within w VPC created by AWS
T/F. Elastic Beanstalk ma kanary jako deployment type.
empezar lección
False.
Co robi AWS Appsync?
empezar lección
Real-time data synchronization with conflict resolution between devices.
Can Amazon RDS scale seamlessly?
empezar lección
Now for this purpose DynamoDB is goto.
Jakie są dwie przyczyny, dla których możesz mieć zduplikowane rekordy aplikacji z Kinesis Data Stream?
empezar lección
Producer retries or consumer retries
Jakie dwa tryby (capacity mode) ma Kinesis Data Stream?
empezar lección
Provision mode when you declare the number of shards and on-demand mode where AWS manages scalability and the default value at the beginning is 4 shards.
True or False, AmazonDataFireHose Retains data for 24 hours.
empezar lección
False. This is true for Kinesis data stream. FireHose deletes data as soon as it's delivered.
Jakie mamy dwie opcje konfiguracji Amazon Kinesis DataStream?
empezar lección
Standard-pull based and enhanced fanout which is push based and more expensive.
Co oznacza model architektoniczny FUNOUT?
empezar lección
One sender and many receivers.
True or false, all Kinesis services is an At least once delivery service
empezar lección
True
Co jest niezbędnym "tłumaczem" w pliku SAM, bez którego CloudFormation nie zrozumie skróconych definicji takich jak AWS: Serverless: Function?
empezar lección
Transform section
Wartość: AWS: Serverless-2016-10-31. Gdzie: Zawsze na samej górze szablonu. Efekt: Zamienia (expanduje) zasoby SAM na pełne definicje CloudFormation.
Co się stanie, jeśli w typie użyję AWS: Lambda: Function zamiast AWS: Serverless: Function?
empezar lección
There will be no sum validation.
True or false, if stack B imports value from stack A, AWS will let you delete stack A
empezar lección
False. You need to first delete stack B.
Jaka jest różnica między NAT Gateway a Internet Gateway?
empezar lección
NetGateway ma kierunek jednokierunkowy, tylko atbound. Internet Gateway ma dwukierunkowy. NetGateway jest zarządzany przez AWS. Internet ma wysoką dostępność. NAT jest płatny
Ile wynosi limit operacji API kms: encrypt
empezar lección
4KB
KMS: Szyfrowanie kopertowe – tryb natychmiastowy
empezar lección
GenerateDataKey
Zastosowanie: Twoja aplikacja chce od razu zaszyfrować plik.
KMS: Szyfrowanie kopertowe – separacja uprawnień / odroczone szyfrowanie
empezar lección
GenerateDataKeyWithoutPlainText
Zastosowanie: Komponent A tworzy klucz dla Komponentu B (B musi go sam odszyfrować przed użyciem). Kluczowe słowo: "Security best practice" (minimalizacja przesyłania jawnego klucza przez sieć).
what to use if you want to have additional data and more flexible data about events
empezar lección
destination event
normally you would use dead letter queue
czym są ephemeral data storage dla EC2
empezar lección
instance store they are Ultra fast but lost after stopping instance
co musisz zrobić jeśli chcesz połączyć appi Gateway z DynamoDB
empezar lección
you need to specify AWS integration service inside API Gateway
Jak się nazywa język dla mapping template
empezar lección
velocity template language

Debes iniciar sesión para poder comentar.