Spinning up RDS DB instances

By this time, you are aware of the various facts about the RDS platform and ready to rock on. In the previous chapter, you learnt about creating DB Subnet Groups, DB Parameter Groups, and DB Option Groups. We will make use of these groups in this chapter to create the DB instances. As mentioned, we will only learn about the MySQL database creation, administration, and related things to scope out the topics in this chapter.

To find out all the cmdlets related to the RDS platform, you can use the following command:

PS C:\> Get-Command *-RDS*

To create a new DB instance, you can use the New-RDSDBInstance, as follows:

PS C:\> New-RDSDBInstance -DBInstanceIdentifier "mywebappprd" -DBName "mywebappprd" -StorageType ...

Get AWS Tools for PowerShell 6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.