cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

Make t3 the new default instance type #250

Open axelfontaine opened 3 years ago

axelfontaine commented 3 years ago

t2 instances aren't made available in newer AZs/regions anymore.

Generally t3 instances also offer better performance (2 vcpus instead of 1 at the lower end, unlimited mode always on, faster networking , ...) at a 10% lower cost and are universally available.

They should become the new default going forward.

sigi77777 commented 3 years ago

Hello Axel,

So t3.micro will be the default for the free plan as well in the near future? https://github.com/boxfuse/boxfuse-issues/issues/253

Which statement is correct?

Also if i currently add the argument to start with t2.micro, will my database remain?

axelfontaine commented 3 years ago

This issue isn't related to any plan in particular. As I mentioned in #253 we have no plans to change the scope of the free plan.

Also if i currently add the argument to start with t2.micro, will my database remain?

Yes. A change in instance type for an environment doesn't affect the database.