Recent Articles on the tecRacer AWS Blog

AWS UserGroup Hannover AWS News September und Oktober

AWS News 25.9.19 - 21.11.19 Zu Anfang der Usergroup sprechen wir über die AWS News und ein paar Trainingsnews. Unser Service: Alle News, die von unserem Sponsor tecRacer bzw. den Consultants als wichtiger benannt wurden sind unter “Noteworthy” zu finden. Dann haben wir ein paar sehr interessante neue Trainings und ca 500 Zeilen geballte News! Noteworthy Wir stellen vor: AWS IQ Vorstellung von NoSQL Workbench für Amazon DynamoDB – jetzt als Vorversion

Dissecting Serverless Stacks (II)

Dissecting Serverless Stacks (II) With the output of the last post of this series, we established the base to be able to deliver a Serverless application independent of its needed IAM privileges. So let’s see how this will work out.

Installationen für Alexa live Coding - Durchblick bei der neuen Alexa Presentation Language

Alexa live coding Installations The AWS Usergroup Hannover meets on 21. of November at tecRacer. Details on the meetup website of the event Das Treffen wird in deutsch stattfinden! Um life mitzumachen, müssen ein paar Tools installiert werden. Ein twitch stream zur Installation und später das Treffen seht ihr in den twitch clips: hier Streaming starts twitch.tv/tecracerDas Streaming beginn 19:00 Zeitzone Europe/Berlin unter twitch.tv/tecracer Node, npm See Website Test node --version ASK Alexa Skills kit cli

Dissecting Serverless Stacks (I)

Dissecting Serverless Stacks (I) This post establishes the base for a small series on how to create Serverless based Lambdas which can be deployed in environments without IAM privileges or where the sls command cannot be used at all.

Instant Clones with kitchen-vcenter

Instant Clones with kitchen-vcenter Over the last few posts we optimized our kitchen-vcenter setups and are stuck with the usual, long boot times of Windows systems. Surprisingly, VMware introduced a feature which can help us get rid of those. For good.

Linked Clones with kitchen-vcenter

Linked Clones with kitchen-vcenter Quickly starting new Test Kitchen machines is one of the main concerns for getting the desired feedback cycles in cookbook development. While machines get created as a full clone by default, the kitchen-vcenter driver offers a better alternative.

Defenders - caller based EC2 security with CDK

Defenders: Caller based EC2 security The risk with security credentials is that they get exposed an are being used elsewhere. What if we could prevent that the are being used elsewhere. The idea from the article of William Bengston from netflix was: Dynamically locking credentials to the environment. This implementation of this idea is much more simple with the cdk. So, let’s defend ourselves! Our story here is the battle of the defenders (tm).