".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
[阿里云](/#)服务器ECS是一种安全可靠、弹性可伸缩的云计算服务,支持按业务发展需要灵活升降配资源,可有效提高服务器资源利用率,是业务上云的极佳选择。对于使用固定公网IP的包年包月实例,如果发现公网带宽无法满足业务需求时,我们可以根据实际情况升级固定带宽大小,相关操作步骤如下。
1、登录阿里云ECS管理控制台。在左侧导航栏,选择实例与镜像 > 实例。
2、在顶部菜单栏左上角处,选择地域,然后选择以下一种方式进入配置页面。
①单个升级带宽
* 找到待操作的包年包月实例,在操作列,单击升降配。
* 在弹出的对话框中,选择升级配置,然后单击继续。
②批量升级带宽
* 选中待操作的包年包月实例,在页面下方单击更多 > 资源变配 > 包年包月实例更改带宽。
* 在弹出的对话框中,选择升级固定带宽,然后单击继续。
3、在配置页面找到公网带宽对应的配置项,根据需要升级带宽大小。批量操作时,如果选择的实例未满足使用固定公网IP、带宽按固定带宽计费等要求,会被自动过滤,只能继续操作符合要求的实例,如下图所示。
![](https://www.idcspy.com/wp-content/uploads/2022/05/ecs-1.jpg)
4、阅读下方注意事项和服务条款,如无问题,选中《云服务器ECS服务条款》。
5、确认费用,单击下方按钮,并按页面提示完成后续操作即可。
要注意的是,如果我们将经典网络实例的公网带宽首次从0 Mbit/s临时升级到一个非零值,必须在ECS控制台或使用API RebootInstance重启实例,才能使新配置生效。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103714.html