Skip to content

Commit 49ca254

Browse files
committed
add new script
1 parent 9a41290 commit 49ca254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Python scripts for AWS using boto3 SDK
55
| ---------------------------| ----------------------------------------------------|
66
| [ec2_start.py](scripts/ec2_start.py) | Start all instances with a specific tag |
77
| [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 |
8+
| [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 |
910

1011
## Installation
1112

0 commit comments

Comments
 (0)