commit b82ace936784deec1f7021eb6322e61d35636214 Author: vergman2 Date: Wed Aug 31 14:11:11 2022 +0200 Primer commit con README diff --git a/README.md b/README.md new file mode 100644 index 0000000..e7b0ea4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +En este repositorio guardo ejemplos de polĂ­ticas AWS + + diff --git a/fechahora.json b/fechahora.json new file mode 100644 index 0000000..49e4bfd --- /dev/null +++ b/fechahora.json @@ -0,0 +1,14 @@ +{ + "Version": "2012-10-17", + "Statement": [ + { + "Effect": "Allow", + "Action": "service-prefix:action-name", + "Resource": "*", + "Condition": { + "DateGreaterThan": {"aws:CurrentTime": "2020-04-01T00:00:00Z"}, + "DateLessThan": {"aws:CurrentTime": "2020-06-30T23:59:59Z"} + } + } + ] +}