mirror of
https://github.com/20kaushik02/CSE546_Cloud_Computing_Projects.git
synced 2025-12-06 07:54:07 +00:00
6 lines
335 B
Markdown
6 lines
335 B
Markdown
# Part-1: Starting out - EC2 instance, EIP, web tier (lookup)
|
|
|
|
- `instance_info.py` describes the instances on the *us-east-1* region
|
|
- `run_instances.py` launches one new instance, and associates the EIP 34.232.196.35 with it
|
|
- The `instance_run` script is passed as user-data to the launched instance, to be executed upon first boot
|