0

New to this, and new to AWS in general.
Currently reviewing the profiles in S3 bucket to identify which ones can be deleted.

it is not easy to identify whom it belongs to as its a SHA256 generated code.
enter image description here

Is there an easy way to identify what is the email hidden behind it? Otherwise, I need to convert a lot of emails to hash and compare that way ... long process.

Kindly note, not an expect in AWS, a newbee rather.

12
  • Whatever you're done is custom, not AWS standard, you'll have to find the code doing this and look at how it works.
    – Tim
    Nov 17, 2022 at 18:03
  • Oh, so you are saying the SHA256 was created cos somebody decided that way? I know that converting a user's email to SHA256 will generate the code and then have to manually compare it. COnsidering there are over 100 of such codes... can u imagine the workload? Hence, if there is a way via AWL CLI to say "ok, show me the owner/email of this profile"
    – BiMi
    Nov 18, 2022 at 9:38
  • matter of fact, when downloading the profile.vhdx file and opening with notepad, I can then find the [email protected] emaiol address poiting to the user's account. Again, this is still a lot of manual process .... :/
    – BiMi
    Nov 18, 2022 at 9:39
  • Again, someone set this up as a custom piece of code. AWS has no knowledge of what you store in the bucket. A couple of scripts should make this a small job.
    – Tim
    Nov 18, 2022 at 9:54
  • Thanks Tim, may you point me in right direction and explain in what the scripting involves? would appreciate your assistance
    – BiMi
    Nov 18, 2022 at 15:43

0

You must log in to answer this question.

Browse other questions tagged .