










Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
This assignment guides students through the process of hosting a website on amazon ec2, a cloud computing service. It covers key concepts like amazon ec2, amis, elastic ips, and network interfaces. The assignment includes step-by-step instructions and demonstrations for configuring, deploying, and managing virtual machines and networks. Students will learn how to launch an instance, configure instance details, add storage, create an ami, and associate an elastic ip address with an instance.
Typology: Assignments
1 / 18
This page cannot be seen from the preview
Don't miss anything!
Task-1: Host your website inside EC
**- What is Amazon EC2?
- Demonstration
- What is Elastic IP? An Elastic IP is a static IPv4 address designed for dynamic cloud computing. An Elastic IP is associated with AWS account. With an Elastic IP, user can mask the failure of an instance or software by rapidly remapping the address to another instance in the account. An Elastic IP address is a public IPv4 address, which is reachable from the internet. If instance does not have a public IPv4 address, user can associate an Elastic IP address with your instance to enable communication with the internet. For example, this allows you to connect to your instance from your local computer. Task-3: Create an Elastic Network Interface. - Demonstration
Task-4: Assign Secondary IP
**- What is Network interfaces?