Understanding AWS VPC
Which of the following best describes an AWS VPC (Virtual Private Cloud)? For example, if you want to control the network settings for a set of cloud resources, what would you use?
- A logically isolated virtual network in the AWS cloud where you can launch AWS resources
- A built-in AWS web server for hosting your website directly
- A physical data center that houses AWS servers
- An automated database scaling service
- A command-line tool for managing storage only
VPC Subnets
In the context of a VPC, what is the main purpose of creating multiple subnets? For example, you might place web servers in one subnet and databases in another.
- To physically separate servers in different geographic locations
- To group resources with shared security or routing needs within the VPC
- To assign multiple operating systems to a single server
- To link two unrelated AWS accounts
- To enable direct billing for each AWS resource
Stateful vs Stateless Firewalls
What is a key difference between a stateful firewall and a stateless firewall used with AWS networking services? For example, consider how they handle response traffic.
- A stateful firewall remembers connection states and allows return traffic automatically
- A stateless firewall remembers connection states and blocks all return traffic
- A stateful firewall only allows outgoing traffic, not incoming
- A stateless firewall encrypts all data passing through it by default
- A stateful firewall is used only for database connections in AWS
Elastic Load Balancer Function
What does an Elastic Load Balancer (ELB) primarily do in an AWS environment? For example, when multiple users access your web application, how does ELB help?
- Distributes incoming network traffic across multiple targets to increase availability
- Creates backups of your data automatically on a schedule
- Monitors server CPU usage and memory at all times
- Manages user permissions and authentication
- Compresses static files served to clients
AWS Auto Scaling Basics
Suppose you expect spikes in website traffic throughout the day. What is the basic function of AWS Auto Scaling in handling this scenario?
- Automatically adds or removes resources based on demand
- Installs new software updates on your servers
- Prevents all incoming traffic except from a fixed IP address
- Exports your server logs to an external location
- Converts files between different formats