cloudfoundry / docs-deploying-cf

The docs repo for material on deploying Cloud Foundry
Apache License 2.0
15 stars 101 forks source link

bosh aws create is not a valid command #117

Closed jeanbza closed 8 years ago

jeanbza commented 8 years ago

Docs talk about this bosh aws create command:

https://github.com/cloudfoundry/docs-deploying-cf/blob/master/aws/cf-stub.html.md.erb#L75

That command does not exist:

 2016-06-29 09:35:16 ☆ |ruby-2.3.0| lawry in ~/jean-tmp/git-cf-mysql-bug
±  |master U:1 ?:2 ✗| → bosh aws create
Unknown command: aws create

 2016-06-29 09:35:18 ☆ |ruby-2.3.0| lawry in ~/jean-tmp/git-cf-mysql-bug
±  |master U:1 ?:2 ✗| → bosh version
BOSH 1.3232.0
cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/123472061

The labels on this github issue will be updated when the story is started.

bentarnoff commented 8 years ago

Thanks, @jadekler. To use bosh aws create, you must first install the BOSH CLI AWS plugin with gem install bosh_cli_plugin_aws, as discussed in our topic Bootstrapping an AWS Environment for Cloud Foundry. I'm closing this for now but please don't hesitate to get in touch if you have any further feedback or concerns.