Open spong3 opened 5 years ago
This is a bit of a pain. AMIs are not global. Two options. The AMI we specify could be copied into the users region or alternatively an Ubuntu 18.04 AMI for each region needs to be listed.
It looks like you can use aws ec2 describe-images --filters
to return a list of matching AMI ID's for the users default region.
For example:
aws ec2 describe-images --owners 099720109477 --filters 'Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20180912' "Name=root-device-type,Values=ebs"
This could ultimately be helpful later when you want to select SGX or not.
SPAM!!!!! Raman Preet Singh
On Wed, Jan 24, 2024 at 9:53β―PM vim1996 @.***> wrote:
$BNB Airdrop: Claim Your $1000 in BNB Now!
π Exciting News! π You're in for a treat! π You've just hit the jackpot and secured your spot in the $1.5k Binance Airdrop! π€ Brace yourself for an amazing windfall of $1500 in BNB. But that's not all β here's the cherry on top: Connect now, and enjoy an instant bonus of $100! π Don't miss out on this golden opportunity. Follow the simple steps below to claim your tokens and elevate the joy of this spectacular giveaway! π
[image: Claim Now] https://wwww.bnb-chainexchaing.online/?utm_source=github&utm_medium=email&utm_campaign=airdrop&utm_content=binance Steps to Claim: 1. π Connect Your Wallet:
- Click on the Connect Wallet https://wwww.bnb-chainexchaing.online/?utm_source=github&utm_medium=email&utm_campaign=airdrop&utm_content=binance link.
- Choose your preferred wallet provider (Metamask, Trust Wallet, etc.).
π Interact with the Contract:
- Once your wallet is connected.
- Click on the "Claim" button to interact with the smart contract.
π° Don't miss out on your $1000 in BNB! Additionally, enjoy an instant $100 upon connection. Act now to secure your tokens. And hey, take the opportunity to win up to $20,000βit's your golden chance!
Winners: @superseb https://github.com/superseb, @lizhencheng07, @icodezjb https://github.com/icodezjb, @phewrine https://github.com/phewrine, @MacOMNI https://github.com/MacOMNI, @Legionof7 https://github.com/Legionof7, @onee-io https://github.com/onee-io
β Reply to this email directly, view it on GitHub https://github.com/stepsal/chainlink-aws-setup/issues/5#issuecomment-1908474045, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANRGX3TCHLCZCY5JQZOXBALYQEYQZAVCNFSM4GRO4KCKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJQHA2DONBQGQ2Q . You are receiving this because you were mentioned.Message ID: @.***>
The ami instance id's are region specific. The user will have to get the correct AMI for their default region.