本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
eb restore
描述
重建已终止的环境,创建具有相同名称、ID 和配置的新环境。环境名称、域名和应用程序版本必须可用才能重建成功。
语法
eb restore
        eb restore environment_id
      
选项
| 
                 名称  | 
              
                 描述  | 
            
|---|---|
输出
EB CLI 显示可用于恢复的已终止环境的列表。
示例
$ eb restore
Select a terminated environment to restore
  #   Name          ID             Application Version      Date Terminated        Ago
  3   gamma         e-s7mimej8e9   app-77e3-161213_211138   2016/12/14 20:32 PST   13 mins
  2   beta          e-sj28uu2wia   app-77e3-161213_211125   2016/12/14 20:32 PST   13 mins
  1   alpha         e-gia8mphu6q   app-77e3-161213_211109   2016/12/14 16:21 PST   4 hours
 (Commands: Quit, Restore, ▼ ▲)
Selected environment alpha
Application:    scorekeep
Description:    Environment created from the EB CLI using "eb create"
CNAME:          alpha.h23tbtbm92.us-east-2.elasticbeanstalk.com
Version:        app-77e3-161213_211109
Platform:       64bit Amazon Linux 2016.03 v2.1.6 running Java 8
Terminated:     2016/12/14 16:21 PST
Restore this environment? [y/n]: y
2018-07-11 21:04:20    INFO: restoreEnvironment is starting.
2018-07-11 21:04:39    INFO: Created security group named: sg-e2443f72
...