Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I am creating the RDS via AWS CLI using

create-db-instance

RDS is getting created but I want to wait until the RDS comes to "available" state so that I can execute the remaining part of the script. I am not sure how can I achieve that.

1 Answer

0 votes
by (44.4k points)

You have to wait until the rds instance is available. Check this out - db-instance-available 

aws rds wait \

    db-instance-available \

    --db-instance-identifier "your-rds-instance-id"

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer

Browse Categories

...