FPGA F1 bucket availability

0

Hi everyone!

My question is how can I make available the content of my FPGA image bucket available for other users, so they will be able to use my compiled FPGA image in their EC2 instances?

Thanks for your answer in advance!

mcsors
질문됨 2년 전238회 조회
3개 답변
0

Hi! Good question.

As others have commented, it is possible to make an image public and available for all users, but be careful and think through the security implications of making such an image public. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html

For security considerations, check out this AWS Guide as well: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/building-shared-amis.html

Another option is to only share this with specific users via an explicit share where you can share with designated other AWS Accounts: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-explicit.html

If you're looking to share an S3 Bucket and all the contents, there are multiple different ways of doing so, but they will require a combination/some of the following:

jsonc
답변함 2년 전
  • Thanks for you answer! If my S3 bucket is public, can everyone reach it out from all the regions or only from my region?

0

Hi!

You can find details on public AMI here : https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html

Be careful your AMI will be publicly available for anyone.

Thanks!

AWS
Nabil
답변함 2년 전
0

Hello,

You can share AFI's with different AWS accounts using the modify-fpga-image-attribute EC2 API. Examples are added in the documentation on github here and the official AWS CLI EC2 API documentation for modify-fpga-image-attribute

If you are looking at sharing your DCP's that are stored in an S3 bucket, there are multiple ways of solving this based on your requirements. For eg, if you want to share it with other IAM users in your account or if you want to temporarily share an object, an easy way is to use a pre-signed URL. You might also want to go through the S3 User Guide as it should have all the methods for S3 access in all details.

-Deep

Deep_P
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠