- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-09-2024 11:37 PM
Hi,
I am new to prisma cloud,
1. I can able to view ec2 instances but i cannot list the s3 buckets
2. When i try to integration with s3 with prisma cloud , test failed.
10-15-2024 08:53 PM
You will need to create an IAM role in your AWS Account following this part of the documentation.
You will click on "Generate" on the "add s3 integration" page and include the generated external ID as part of the trusted policy for the above-mentioned role.
The external ID will be included as part of the trust policy for the role. See example below.
{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Principal": {"AWS": "188619942792"}, "Action": "sts:AssumeRole", "Condition": {"StringEquals": {"sts:ExternalId": "12345"}} } }
You will enter the Role ARN and S3 URI {{format "s3://bucketname/" or "s3://bucketname/folder/"} and region where the bucket was created{example= us-east-1} details on the S3 integration page on prisma cloud, click next to complete the Integration
10-10-2024 01:31 PM
Hello @B.Suriya
Please review the documentation below on the step by step process to configure S3 Integration with Prisma Cloud.
Let me know if you need additional assistance.
10-11-2024 06:51 AM
i followed a documentation while doing integrtaion test integrtaion failed i need some clear understanding of external id what to do with external id?
in the cft template there is a external whether i should use that or to generate it. i stuck in that area..
10-15-2024 08:53 PM
You will need to create an IAM role in your AWS Account following this part of the documentation.
You will click on "Generate" on the "add s3 integration" page and include the generated external ID as part of the trusted policy for the above-mentioned role.
The external ID will be included as part of the trust policy for the role. See example below.
{ "Version": "2012-10-17", "Statement": { "Effect": "Allow", "Principal": {"AWS": "188619942792"}, "Action": "sts:AssumeRole", "Condition": {"StringEquals": {"sts:ExternalId": "12345"}} } }
You will enter the Role ARN and S3 URI {{format "s3://bucketname/" or "s3://bucketname/folder/"} and region where the bucket was created{example= us-east-1} details on the S3 integration page on prisma cloud, click next to complete the Integration
10-16-2024 01:17 AM
connect the Jenkins server:
From the documentation
https://docs.prismacloud.io/en/enterprise-edition/content-collections/application-security/get-start...
In the step:2 what should i do my Jenkins integration are in pending state
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!