-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap_options need to be clarified #58
Comments
Definitely 👍 on this. I've found myself looking at the code to understand what options I could use on recipes since the docs referred to the fog:AWS driver - that's going to be a show stopper for a "normal" user IMO. There's also the issue of machine vs bootstrap options which is not clear - I think it should be something in the lines of:
|
👍 on this. I'm coming at this fresh to chef provisioning, and am fishing around through issues and code trying to figure out what the resource options are for this and other cases not covered in the docs/examples or the README. aws_security_group could also use better documentation and examples. I'm happy to submit a pull request and doc some of this stuff up, if it helps. Just have to figure it out myself, first! |
+1 |
1 similar comment
+1 |
Created #230 to cover this documentation issue |
Has anyone figured out how to use the private DNS features? |
We're using AWS Route53 to provide private DNS featuer |
Has anyone figured out how to code 'delete-on-termination' for root volume in Chef Provisioning |
|
I tries this , didn't work |
Not sure how you have all your stuff setup, but thats what i use and it works as expected |
Following up on #46:
The
bootstrap_options
for this driver need documenting as that can are quite different to the documentation of thefog::AWS
driver, with which they can be easily confused since there is no clear and complete separation between the two (doc namedaws.md
, and titledAWS provider
with no mention of fog).For instance:
:flavor_id
in fog is called:instance_type
here:vpc_id
does not exist here:subnet_id
in fog is called:subnet
hereAm I wrong in thinking that this driver is being much close to the
aws-sdk-v1
?If so can it be assumed that the
aws-sdk-v1
documentation on theClass: AWS::EC2::InstanceCollection create
method would give a reliable list of the options available?Namely (copy/paste):
The text was updated successfully, but these errors were encountered: