linux academy Flashcards
EC2 firewalls
Security Groups are the primary firewalls for EC2s. They implicitly deny all traffic. Only traffic explicitly allowed will pass through the SG.
Application load balancer
Layer 7
Message queue service
SQS
Cross account IAM roles
Used to give other AWS accounts access to your resources
IAM groups
group of IAM Users can be assigned to IAM groups and inherit permissions policies associated with the group. Recommended best practice to avoid managing permissions policies for individual AIM Users.
TO turn a private subnet to a public subnet
Associate a custom route table with it that has a route to the Internet Gateway.
Customer master key
Key used by KMS to encrypt and decrypt data keys
Security Token Service (STS)
Used to generate temporary access keys with limited lifetime. Permissions granted come from a role (Assume Role) or IAM User (GetSessionToken).
Open ID connect
Identity layer on top of the Oauth 2.0 protocol used by web identity providers (Facebook, Google, Amazon.com). Authorization tokes from compatible OpenID Connect providers can be used to obtain credentials from STS.
Kinesis Data Streams
Big data service for injesting and storing data of high volume, vareity and velocity in a stream
Redis
In-memory NoSQL database that can be automatically managed by ElastiCache.
Maximum rentention period for RDS manual snapshots
unlimited
Direct connect gateways
allows you to connect from Direct Connect to any VPC in any region except China
AWS WAF
Layer7 firewall
SAML
Security Access Markup Language is an open standard for exchanging authentication and authorization data between parties, in particular, between an identity provider and a service provider.
7 72
CloudFront
AWS’ Content Delivery Network
Security Group
1) Operates on the instance layer
2) Supports “allow” rules only
3) Is “stateful”, so return traffic request are allowed regardless of rules
4) Evaluates ALL rules before deciding to allow traffic
AWS WAF rules can be applied at
An Application Load Balancer
CloudFront
Default VPC
1) Default VPC is user friendly, allowing you to immediately deploy instances
2) All subnets in a default VPC have an internet gateway attached
3) Each EC2 instance has both a public and a private IP address
4) If you delete the default VPC the only way to get it back is to contact AWS
Stateless firewall
NACLs are an example of a stateless firewall. To allow traffic BOTH inbound and outbound rules are always required.
Shared Tenancy
The default configuration of an EC2 host, where multiple AWS customers can run on the same host.
Private VIF
Virtual Interface from Direct Connect to the Virtual Private Gateway of a VPC
Redshift
A managed service for data warehousing
EFS
Elastic File System - a managed service for NFS