1

For creating a new bucket policy within my Policy Generator, do I need to create a IAM user to obtain the Principle value from or is there another way to get this Principle value?

asd32324
  • 63
  • 3
  • 1
    Yep went fine, just used the number for my region at the bottom of this page "https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-logging-bucket-permissions" which works fine. – asd32324 Aug 27 '21 at 00:24
  • So how would I specifically be able to see the logs within the file, do I just press 'Open' within the ELBAccessLogTestFile once running Instances and it will display the load being transferred? – asd32324 Aug 27 '21 at 00:28
  • I don't remember if they are compressed or not. But if they are in plain text, then you can just open them in the browser, or download and then process. – Marcin Aug 27 '21 at 00:29

1 Answers1

0

Principal can be your IAM user/role or AWS Account number. So you don't have to create any of them, just use existing ones.

Marcin
  • 215,873
  • 14
  • 235
  • 294