

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# **eb restore**
<a name="eb3-restore"></a>

## 설명
<a name="eb3-restoredescription"></a>

종료된 환경을 다시 빌드하여 동일한 이름, ID, 구성의 새 환경을 생성합니다. 다시 빌드하려면 환경 이름, 도메인 이름, 애플리케이션 버전을 사용할 수 있어야 합니다.

## 구문
<a name="eb3-restoresyntax"></a>

 **eb restore** 

 **eb restore {{environment\_id}}** 

## 옵션
<a name="eb3-restoreoptions"></a>


****  

|  이름  |  설명  | 
| --- | --- | 
| [일반 옵션](eb3-cmd-options.md) |  | 

## 출력
<a name="eb3-restoreoutput"></a>

EB CLI는 복원할 수 있는 종료된 환경 목록을 표시합니다.

## 예제
<a name="eb3-restoreexample"></a>

```
$ 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
...
```