Notes from Security Whitepaper Flashcards
Overview of Security Processes Part 1
About 20% of exam. Read this whitepaper
Shared security model
AWS secures underlying infrastructure
You’re responsible for what you put on it and connect to it
AWS responsibilities
protecting infrastructure that runs their services (hardware, software, networking, facilities)
security configuration of managed services (dynamoDB, RDS, Redshift, MapReduce)
IAAS responsibilities
EC2, S3, VPC, are your responsibility
Storage decommissioning
AWS decommissions storage devices using DoD or NIST standards
All decommissioned magnetic storage devices are degaussed, physically destroyed
Transmission Protection
You can use HTTPS, VPC, VPNs
Amazon Corporate Segregation
AWS production network is segregated from their corporate network
Network monitoring and protection
AWS protects from
DDOS, MITM
IP Spoofing, Port scanning, Packet sniffing
How does AWS prevent IP spoofing?
AWS host based firewall infrastructure prevents instances from sending traffic with source iP or MAC different from its own
Port scanning
Unauthorized port scans are violation of TOS
Have to request permission in advance to scan your own services
AWS Credentials
Passwords MFA Access Keys (for services, API requests) Key Pairs (for SSH) Certificates (can secure cloud front with it)
AWS Trusted Advisor
inspects your AWS environment and recommends ways to save money, improve performance, alters common security misconfigurations
Describe Instance Isolation
Xen hypervisor isolated instances
AWS firewall resides in hypervisor layer, between physical and virtual NIC’s.
All packets must pass through hypervisor (firewall) layer
Physical RAM separated similarly
Describe zeroing of disks and RAM
Instances don’t have access to raw disks
Disk virtualization automatically resets every block of storage used
Memory allocated to guests is set to zero when it’s unallocated.
Describe Guest OS permissions for AWS
instances are completely controlled by the customer.
AWS has no access to them or the guest OS