Giter Club home page Giter Club logo

Comments (5)

aheilmaier avatar aheilmaier commented on August 27, 2024

tried to build my own mappings but I can't figure out which image-id's to use.
@0xHiteshPatel or @caphrim007 could you please provide some more information on the image-id's to use ?

just tried some aws cli with bash. But without the correct filter ...

ec2_regions=`aws ec2 describe-regions --query Regions[*].RegionName | jq -c .`
ec2_images="aws ec2 describe-images \
--filters Name=description,Values=Canonical*16.04*2017-12* Name=state,Values=available \
          Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-* \
--query Images[*].{HVM:ImageId,Name:Name,Note:Description}"

for i in $(echo $ec2_regions | jq -r '.[]');
do
    echo region: $i
    echo `$ec2_images --region $i`
done

from f5-automation-labs.

caphrim007 avatar caphrim007 commented on August 27, 2024

this source code is not familiar to me, so @0xHiteshPatel would need to answer.

from f5-automation-labs.

0xHiteshPatel avatar 0xHiteshPatel commented on August 27, 2024

This template is still a WIP, however, i'm not sure why you're seeing issues with the AMI's. I'll take a look once I have some cycles.

from f5-automation-labs.

aheilmaier avatar aheilmaier commented on August 27, 2024

thanks, @0xHiteshPatel, I also submitted #156
seems the aws lab environment is not ready now.

from f5-automation-labs.

howsTricks avatar howsTricks commented on August 27, 2024

Hoping for an update on this?

from f5-automation-labs.

Related Issues (18)

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.