We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a41290 commit 49ca254Copy full SHA for 49ca254
README.md
@@ -5,7 +5,8 @@ Python scripts for AWS using boto3 SDK
5
| ---------------------------| ----------------------------------------------------|
6
| [ec2_start.py](scripts/ec2_start.py) | Start all instances with a specific tag |
7
| [ec2_stop.py](scripts/ec2_stop.py) | Stop all instances with a specific tag |
8
-| [ec2_ip_route53.py](scripts/ec2_ip_route53.py) | Find EC2 public IP and change Route53 'A' record |
+| [ec2_ip_route53.py](scripts/ec2_ip_route53.py) | Get EC2 public IP and change Route53 'A' record |
9
+| [ec2_start_and_route53.py](scripts/ec2_start_and_route53.py) | Start EC2, get public IP and change Route53 'A' record |
10
11
## Installation
12
0 commit comments