Skip to content
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

Add validations to AWS EC2 autoload #240

Open
alonagetzler opened this issue Aug 7, 2016 · 2 comments
Open

Add validations to AWS EC2 autoload #240

alonagetzler opened this issue Aug 7, 2016 · 2 comments

Comments

@alonagetzler
Copy link
Contributor

alonagetzler commented Aug 7, 2016

currently the Autoload that comes with the AWS EC2 doesn't do anything (mock), we need to align with the vCenter cloud provider and do some basic validations on the inputs given by the user (that we actually find the VPC, SG, S3 bucket etc.)

@alexazarh
Copy link
Contributor

As a user I want to get feedback from the portal when I input data into attributes to know if the data is valid.

We need to do the following validations:

  1. REGION - validate region value is valid by creation the clients successfully
  2. KEYPAIRS LOCATION - validate bucket with this name exist in S3
  3. AWS MGMT VPC ID - validate vpc exists in selected region
  4. AWS MGMT SG ID - validate SG exists in Mgmt VPC
  5. MAX STORAGE SIZE & MAX STORAGE IOPS - validate its a zero or postive int
  6. INSTANCE TYPE - validate value is legal in aws
  7. NETWORKS IN USE - if Mgmt VPC cidr doesnt exist in this attribute than we need to add it in the problematically.

@TomerAdmon
Copy link

add error handling for Successfully connecting to AWS API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants