简体   繁体   English

更新 elastic beanstalk 中的描述

[英]Update description in elastic beanstalk

How can we update the elastic beanstalk description in the AWS Console home?我们如何更新 AWS 控制台主页中的弹性 beantalk 描述?

Is there a way to do it there or it is only through CLI?有没有办法在那里做或者只能通过 CLI?

What do you want to update on Elastic Beanstalk?您想在 Elastic Beanstalk 上更新什么? I am assuming you mean an application.我假设你的意思是一个应用程序。 You can also use the AWS SDK to update an Elastic Beanstalk app.您还可以使用 AWS SDK 更新 Elastic Beanstalk 应用程序。 For example, if you are using the AWS SDK for Java V2 , you can use this method:例如,如果您将AWS SDK 用于 Java V2 ,则可以使用此方法:

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/elasticbeanstalk/ElasticBeanstalkClient.html#updateApplication-software.amazon.awssdk.services.elasticbeanstalk.model.UpdateApplicationRequest- https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/elasticbeanstalk/ElasticBeanstalkClient.html#updateApplication-software.amazon.awssdk.services.elasticbeanstalk.model.UpdateApplicationRequest-

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM