My personal scripts I daily use to make some stuffs on AWS
Returns the Private IP of the EC2 instance for a given ECS service name and its cluster.
./epifes myService production
#=> 10.50.12.99
Get parameters on SSM for a given list of names.
./ssmget name_1
#[
# {
# "Name": "name_1",
# "Value": "val_1"
# }
#]
Put a parameter on SSM. See file for more reference.
./ssmput name_2 --value val_2 --type String
#{
# "Version": 1
#}
This project is licensed under GLWTPL