modifying an amazon rds db instance type with lambda

0

upgrade and downgrade rds instance type to using lamda functions

1 Answer
1
Accepted Answer

Hi,

you could:

And add your code in your lambda function, which must be in a VPC.

Hope it helps ;)

EXPERT
answered 2 years ago
  • In addition to @alatech's comment

    Note that upgrading or downgrading the instance type may require some additional configuration changes, such as modifying the DB parameter group or adjusting the allocated storage

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions