Aidan Steele
Aidan Steele
I just asked some people on Twitter and it looks like they confirmed that virtio won't be helpful for EC2. Newer instances use "Nitro" and older instances used Xen: https://twitter.com/_msw_/status/1427460582270070786
Oh that's good to know! I only have experience with EC2 - it's good that the other clouds have mostly standardised. This makes a lot of sense then.
Quicksight now has [CloudFormation support](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_QuickSight.html) for: * AWS::QuickSight::Analysis * AWS::QuickSight::Dashboard * AWS::QuickSight::Template * AWS::QuickSight::Theme I haven't actually tried them yet to see how complete they are, but they arrived yesterday!
@flagscript I had the same issue and just found a solution. You can do: ``` DNSName: !GetAtt [Api.DomainName, RegionalDomainName] HostedZoneId: !GetAtt [Api.DomainName, RegionalHostedZoneId] ```
Good point on the numbers. I’ll try come up with some and report back. If it’s indeed no faster, it makes it a much easier “no”
I wonder if there's a way we could make an intermediary image that has 90% of the needed CLI tools for 10% of the footprint of the giant image. The...
Sorry for the verbosity 🤯
I think access key IDs should *not* be redacted. They are logged in plaintext in CloudTrail and logging them here is the main way we can correlate logs.
@pingles What's the status of this effort? I see 3.0-3.2 have been released since your last message. Is this something that others can help with?
@roskelleycj I am the author of the novel hack. I wrote it in a rush shortly before GHA officially launched OIDC support, assuming (hoping) that better integration would arrive sooner...