how to change VPC offering of an existing VPC? #10293
-
I need to change the VPC offering of an existing VPC. As far as I see, this is not possible via UI (at least in 4.19). I found an api call migrateVPC which should do what I need to do. But I do not get the call right. I use cloudmonkey adn getting this error: I do not understand how to format tiernetworkofferings parameter to get it working. Let's say we have 2 networks, called net1 and net2. How do I need to format the api call to migrate the VPC to another offering? regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
@sbrueseke can you try adding something like the following to the API call,
Based on the API description I see it is meant to migrate a VPC to a new physical network so I'm not sure if it will work if the physical network is the same |
Beta Was this translation helpful? Give feedback.
-
thx for the reply! I already did this and it did not work. So maybe it is not possible to use this api call to change a VPC offering if using the same physical network. Any idea how to change a VPC offering? |
Beta Was this translation helpful? Give feedback.
-
is there a use case for this? We run into this problem, because when using redundant VR in a VPC with a lot of traffic, the default VR service offering is just not enough with 1 cpu and 512mb memory. |
Beta Was this translation helpful? Give feedback.
-
It looks like this workaround is doing the offering change. After performing a clean vpc restart, the VR do use the new offering. |
Beta Was this translation helpful? Give feedback.
correct. for example