!atvIbxHoEqNcAIxYpN:nixos.org

NixOS AWS

64 Members
15 Servers

Load older messages


SenderMessageTime
6 Nov 2024
@arianvp:matrix.orgArianThis is just doing what upload-ami does but in terraform14:01:52
@arianvp:matrix.orgArianYou upload the image you built to s3. Import it to EBS. Then register the ebs snapshot as an image14:02:21
@arianvp:matrix.orgArianThere's no ec2 instances involved. 14:02:34
@arianvp:matrix.orgArianNot sure what you mean with "provision a running image'14:02:56
@tuxiqae:matrix.orgtuxiqaeAh, I see, I'll give it a look soon, thanks14:04:32
@arianvp:matrix.orgArianSo you'd point line 4 to the image that you built with disko14:05:52
@colemickens:matrix.orgcolemickens joined the room.17:19:49
@colemickens:matrix.orgcolemickens👋17:19:55
@arianvp:matrix.orgArianHello! Welcome17:56:15
@arianvp:matrix.orgArian @commiterate:matrix.org do you happen to know if its possible for us to register the nixos AMIs in the public ssm parameter store like Ubuntu does? 17:57:08
@arianvp:matrix.orgArianLike. It lives in the /Amazon namespace. Idk how they got access to that.17:57:22
@commiterate:matrix.orgcommiterate

I don't think creation of public SSM parameters is allowed. It's basically an AWS-internal thing.

SSM parameters can only be shared across accounts with AWS RAM. RAM only supports accounts, organizational units, or organizations (so no public option). They don't support resource-level IAM policies so we can't add one with a Principal: "*".

22:50:06
@commiterate:matrix.orgcommiterateWait nevermind, they do support resource-level policies. https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutResourcePolicy.html22:52:11
@arianvp:matrix.orgArianSo it's just for a set of blessed images?22:53:04
@commiterate:matrix.orgcommiterateAdvanced parameters (since standard ones don't support resource-level policies) has a cost though: https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-advanced-parameters.html22:53:11
@commiterate:matrix.orgcommiterateYeah it looks like they hardcode what parameters are public.22:53:25
@commiterate:matrix.orgcommiterateEven with the resource-level IAM policy, it seems people must refer to the parameter by its full ARN instead of just the name (if only the name is provided, it guesses the full ARN using the caller's account + region).23:03:22
@commiterate:matrix.orgcommiterateSo tl;dr we need to negotiate with AWS to get us on the hardcoded list.23:06:33
@commiterate:matrix.orgcommiterateI don't have any ins at SSM so I'd be asking a TAM just like you.23:08:58
@commiterate:matrix.orgcommiterate * I don't have any contacts at SSM so I'd be asking a TAM just like you. 23:09:23
@arianvp:matrix.orgArianYeh I'll bring it up. I'm just curious as it's a bit of a nicer experience then describe-image23:09:58
@arianvp:matrix.orgArian(in my opinion)23:10:07
@commiterate:matrix.orgcommiterateIt's definitely nicer because it removes account IDs from the equation and DescribeImage can be quite slow.23:10:30
@commiterate:matrix.orgcommiterateI just don't know how open they are to it. Amazon seems to have very flew blessed OSes/distros (Amazon Linux, RHEL, Ubuntu, Windows Server, macOS) and they probably only want SSM public parameters for images they publish/control. https://docs.aws.amazon.com/managedservices/latest/appguide/ams-amis.html Everyone else I imagine they just redirect to the AWS marketplace.23:13:18
@commiterate:matrix.orgcommiterate *

I just don't know how open they are to it. Amazon seems to have very flew blessed OSes/distros (Amazon Linux, RHEL, Ubuntu, Windows Server, macOS) and they probably only want SSM public parameters for images they publish/control.

Everyone else I imagine they just redirect to the AWS marketplace.

23:14:30
@commiterate:matrix.orgcommiterateWait really?23:16:35
@commiterate:matrix.orgcommiterate Well that's fun. I'll need to bring that up as part of chasing down the team that actually owns ImportImage and ImportSnapshot and ask they to add Cfn support because Image Bulider isn't the team and doesn't seem keen on taking ownership of those APIs. 23:17:54
@arianvp:matrix.orgArianYeh if your image doesn't contain an /etc/fstab it crashes 23:33:23
@arianvp:matrix.orgArianThen I haedcoded an /etc/fstab and it crashed again23:34:05
@arianvp:matrix.orgArianThey do some analysis of the image by mounting it 23:34:14

Show newer messages


Back to Room ListRoom Version: 10