We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying a test using a VPC created by someone else - range is different to this, so is this configurable?
File "C:\Users\rscott\AppData\Local\miniconda3\envs\pygplates_py310\lib\site-packages\botocore\client.py", line 1023, in _make_api_call raise error_class(parsed_response, operation_name) botocore.exceptions.ClientError: An error occurred (InvalidSubnet.Range) when calling the CreateSubnet operation: The CIDR '10.0.1.0/24' is invalid.
The text was updated successfully, but these errors were encountered:
I notice in the code public and private subnet_id options in the help main page just has subnet_id - maybe should use these?
Sorry, something went wrong.
and theorising that might have to make some changes if wanting to use with private subnets etc?
apparently have got it to launch a hello world machine anyway - after some private subnet adjustments/additions
also - had to have encrypted drive for work reasons, so tells me the device name for the example machine is sda1 for reference
No branches or pull requests
Trying a test using a VPC created by someone else - range is different to this, so is this configurable?
The text was updated successfully, but these errors were encountered: