docs: Launch AWS instance with SEV-SNP enabled#8
Open
donaldh wants to merge 1 commit intoredhat-et:mainfrom
Open
docs: Launch AWS instance with SEV-SNP enabled#8donaldh wants to merge 1 commit intoredhat-et:mainfrom
donaldh wants to merge 1 commit intoredhat-et:mainfrom
Conversation
| --user-data file://ec2/sev-vm.txt \ | ||
| --block-device-mappings file://ec2/disk-mappings.json \ | ||
| --security-group-ids sg-09b8214c642687e97 \ | ||
| --cpu-options AmdSevSnp=enabled \ |
Collaborator
There was a problem hiding this comment.
@donaldh I suppose this is where all the magic happens ;) for a confidential instance
| --instance-type c6a.2xlarge \ | ||
| --key-name donaldh-et-security \ | ||
| --associate-public-ip-address \ | ||
| --user-data file://ec2/sev-vm.txt \ |
Collaborator
There was a problem hiding this comment.
This file path looks like its relative - should it not be absolute ?
Author
There was a problem hiding this comment.
Relative paths work fine for me with the AWS CLI.
Author
That AMI is Fedora 42 which has the sev_guest kernel module. |
Collaborator
|
@donaldh - thanks for PR. From my side it LGTM - I'll wait for @maryamtahhan @PoolPooer to chime in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.