Coder Social home page Coder Social logo

cloud-baby's People

Contributors

noelmcloughlin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cloud-baby's Issues

Not allowed to delete SG and VPC (chicken & egg issue)

Chicken and Egg problem.

  • It is ALLOWED to delete non-default Security Group for VPC
  • It is NOT ALLOWED to delete VPC if Security Group exists ( dependencyViolation)
  • It is NOT ALLOWED to delete delete default Security Group-

You can't delete a default security group. If you try to delete the default security group, you'll get the following error: Client.CannotDelete: the specified group: "sg-51530134" name: "default" cannot be deleted by a user.

So ec2.py -a cleanup always fails

Disassociated elastic ip eipassoc-0df467921c6508d86 
Released eipalloc-0e463785ee3e72a65 99.80.68.39 
Terminating instance 
Terminated instance 
Detached igw-022b19f58bfe50f44 from vpc-0451fc16e5e419575 
Deleted internet gateway igw-022b19f58bfe50f44 
Deleted subnet-0068f190c9eeab1ab 
No nat gateways detected
Deleted acl-01b11ff6f773b5498 
Deleted acl-01b11ff6f773b5498 
Deleted acl-01b11ff6f773b5498 
Deleted acl-01b11ff6f773b5498 
Deleted acl-0a43de1f0f1a9393c 
Deleted acl-0a43de1f0f1a9393c 
Deleted acl-0a43de1f0f1a9393c 
No referencing security groups detected
Revoked sg ingress from sg-0e2175168544d9810 
Revoked sg ingress from sg-0e2175168544d9810 
Revoked sg ingress from sg-0e2175168544d9810 
Revoked sg egress sg-0e2175168544d9810 
Revoked sg egress sg-0e2175168544d9810 
Revoked sg egress sg-0e2175168544d9810 
Deleted sg-0e2175168544d9810 
Deleted route for 0.0.0.0/0 
Deleted rtb-05a8848811d74dcb1 
Failed (DependencyViolation)

AttachLoadBalancerTargetGroups issue

Attach load balancer to ASG is not working even when LB is valid (active/correct region/SG/etc).

Here is example SDK attach command and Error:

autoscale.attach_load_balancer_target_groups(AutoScalingGroupName=name,
                        TargetGroupARNs=lb_arns)
....

 Failed with An error occurred (ValidationError) when calling the AttachLoadBalancerTargetGroups operation: Provided Target Groups may not be valid. Please ensure they exist and try again.

Same Error produced by SDK create_auto_scale_group() command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.