aws-cur: add page#6133
Conversation
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Thank you for catching those errors. The changes were applied, but something weird happened and your change requests are still listed as open. |
|
|
||
| - Create an AWS cost and usage report definition from a JSON file: | ||
|
|
||
| `aws cur put-report-definition --report-definition file://{{path/to/report-definition.json}}` |
There was a problem hiding this comment.
I think we can use the samba URI too smb://path/to... so:
| `aws cur put-report-definition --report-definition file://{{path/to/report-definition.json}}` | |
| `aws cur put-report-definition --report-definition {{file://path/to/report-definition.json}}` |
There was a problem hiding this comment.
Tried using smb on a machine with samba installed and it didn't work. Have you tried using that notation with this command? Can you share the details so I can replicate it?
There was a problem hiding this comment.
@navarroaxel I'm not so sure about your suggestion. If you have to use file:// every time, it's not really a variable. It's the same with quotes, where we also use "{{text}}".
There was a problem hiding this comment.
@bl-ue and I haven't been able to get smb://path/to... to work with aws. At this point I don't think it is compatible.
There was a problem hiding this comment.
smb: has a different syntax anyway, smb://<host>/<path> (I believe)
There was a problem hiding this comment.
Ok, if smb:// doesn't work this is ok then.
There was a problem hiding this comment.
I'll spend some more time experimenting with smb and see if I can find a usage that will work.
There was a problem hiding this comment.
If it becomes too much work, forget it @285204, because it's likely that only a very few persons will even read this, let alone try it out for real.
There was a problem hiding this comment.
I did a little bit more and convinced myself it doesn't work.
There was a problem hiding this comment.
It's a no-go then. Let's not document it.
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
|
Merging, since this has been open a while and @mfrw's comments appear to have been addressed. |
common/,linux/, etc.)For: #5653