简体   繁体   English

如何在AWS中从专用EC2服务器降级到默认EC2服务器?

[英]How do I downgrade from a dedicated EC2 server to a default EC2 server in AWS?

I have created a dedicated server, but I need to change it into a default server in AWS. 我已经创建了专用服务器,但是我需要将其更改为AWS中的默认服务器。 The bill has been racking up. 账单一直在增加。

There isn't a direct way to change tenancy ( dedicated to default ); 没有改变租约的直接方法(专用于default)。 you need to take the AMI of the instance and relaunch it; 您需要使用实例的AMI并重新启动它; but this time be sure that the tenancy is specified as default 但是这次请确保将租约指定为default租约

If that doesn't work out, launch a new EC2 instance and migrate the data and terminate the old instance. 如果仍无法解决问题,请启动新的EC2实例并迁移数据并终止旧实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用安全shell扩展从chromebook连接到aws ec2服务器? - How do I connect to aws ec2 server from chromebook using the secure shell extension? 如何在AWS Amazon Linux EC2实例上从PHP 7连接到SQL Server实例? - How to do I connect to a SQL Server instance from PHP 7 on an AWS Amazon Linux EC2 instance? 如何在专用 EC2 服务器上执行 Amazon Lambda 功能? - How to execute Amazon Lambda functions on dedicated EC2 server? 如何清理aws ec2服务器? - How to clean up aws ec2 server? AWS EC2上的电子邮件服务器 - Email server on AWS EC2 如何在AWS EC2上将日期发布到服务器 - How to Post date to server on AWS EC2 如何从 AWS ec2 实例中卸载 apache web 服务器? - how to uninstall apache web server from AWS ec2 instance? 如何防止 AWS EC2 服务器无限期运行? - How to prevent AWS EC2 server from running indefinitely? 如何配置 AWS EC2 apache 服务器 - How I can make a configure AWS EC2 apache server 如何将DB2数据库(特定于应用程序的实例)从共享的AIX服务器迁移到AWS(EC2)服务器? - How do I migrate a DB2 Database (app specific instance) from a shared AIX Server to AWS (EC2) server ?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM