

# Release: EB CLI 3.14.3 on July 19, 2018
EB CLI 2018-07-19Release: EB CLI 3.14.3[https://docs.aws.amazon.com/elasticbeanstalk/latest/relnotes/release-2018-07-19-ebcli-3_14_3.html](https://docs.aws.amazon.com/elasticbeanstalk/latest/relnotes/release-2018-07-19-ebcli-3_14_3.html)

The AWS Elastic Beanstalk Command Line Interface (EB CLI) released a new version with bug fixes and updates.

The AWS Elastic Beanstalk Command Line Interface (EB CLI) released a new version with bug fixes and updates.

**Release date:** July 19, 2018

## Changes


Here is a list of the key changes in this release.


| **Change** | **Affected commands** | **Description** | 
| --- | --- | --- | 
|  **Bug fix: incompatible `--vpc` arguments**  |   **eb create**   |  *Background:* worker environments and single-instance web server environments are incompatible with some Amazon Virtual Private Cloud (Amazon VPC) features. *Bug:* when you used the EB CLI to create one of these environment types with a custom VPC, the EB CLI didn't handle these VPC features correctly—it prompted for them in interactive mode, and didn't show an error if you specified these features as arguments. *Fix:* In interactive mode (when you use the `--vpc` argument) the EB CLI now behaves as follows: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/elasticbeanstalk/latest/relnotes/release-2018-07-19-ebcli-3_14_3.html) In non-interactive mode (when you use specific `--vpc.*` arguments) the EB CLI now checks for the following error conditions: [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/elasticbeanstalk/latest/relnotes/release-2018-07-19-ebcli-3_14_3.html)  | 
|  **Update: print UTC time stamps with events**  |   *Multiple commands*   |  Previously, only **eb events -f** prefixed each event output line with a time stamp. Other commands that poll the Elastic Beanstalk service and print out event text didn't add time stamps. This made it harder to quickly analyze how much time various steps were taking. With this release, the EB CLI adds UTC time stamps to all event text output for all relevant commands. Affected **eb** commands: abort, clone, config, create, deploy, events, logs, platform, restore, scale, setenv, ssh, swap, tags, terminate, upgrade.  | 
|  **Update: PyYaml 3.13.0**  |   *All commands*   |  We updated the PyYaml package dependency to version 3.13.0, which adds support for Python version 3.7.0.  | 