{"componentChunkName":"component---src-templates-blog-post-js","path":"/blog/2017-04-19-helping-out-in-cloudy-gothenburg/","result":{"data":{"site":{"siteMetadata":{"title":"Gatsby Starter Personal Blog","author":"Gatsby"}},"mdx":{"id":"658a6cb2-2622-5b27-8dbe-10affc35a9a9","excerpt":"Cloudy Gothenburg - AWS meetup April 2017 Part of my job description is also helping out internationally the different sites we have around the Nordics and…","body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"title\": \"Helping out in Cloudy Gothenburg\",\n  \"date\": \"2017-04-19\",\n  \"coverImage\": \"gothenburg-1079230_1920.jpg\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h1\", null, \"Cloudy Gothenburg - AWS meetup April 2017\"), mdx(\"p\", null, \"Part of my job description is also helping out internationally the different sites we have around the Nordics and Europe. This time it meant packing the bags and heading towards Gothenburg with very early flight.\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"https://therolle.com/wp-content/uploads/2017/04/2017-04-12-06.00.41-e1493150315557-300x149.jpg\",\n    \"alt\": null\n  })), mdx(\"p\", null, \"There is a relatively new meetup called \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.meetup.com/Cloudy-Gothenburg/\"\n  }, \"Cloudy Gothenburg\"), \"\\xA0which is sponsored by Cybercom\\u2019s Gothenburg office. It was originally founded by my former colleague \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.linkedin.com/in/marcustannerfalk/\"\n  }, \"Marcus Tannefalk\"), \"\\xA0but as he relocated to different country and had to leave not only Gothenburg but Cybercom, the meetup future was left a bit uncertain. So I offered my help to keep the momentum going and together with \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.linkedin.com/in/magnusskeback/\"\n  }, \"Magnus Skeb\\xE4ck\"), \" and other crew on site we decided to push on with the really well received meetup.\"), mdx(\"p\", null, \"Our office is located in the science park with lots of local high tech companies and Chalmers technical university closely coupled.\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"https://therolle.com/wp-content/uploads/2017/04/2017-04-13-18.55.45-300x200.jpg\",\n    \"alt\": null\n  })), mdx(\"p\", null, \"My talk in the meetup was about how to set up AWS accounts in enterprise environments. You can find the slides from the talk here:\\xA0\", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.slideshare.net/RolfKoski/aws-cloudy-gothenburg-april-2017-aws-account-management\"\n  }, \"https://www.slideshare.net/RolfKoski/aws-cloudy-gothenburg-april-2017-aws-account-management\")), mdx(\"p\", null, \"After the meetup I staid for some personal time, as it was the easter weekend. But let me say, Gothenburg really was very cloudy.\"), mdx(\"p\", null, mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"https://therolle.com/wp-content/uploads/2017/04/2017-04-16-18.58.53-e1493151026677-1024x1024.jpg\",\n    \"alt\": null\n  })), mdx(\"style\", {\n    \"className\": \"grvsc-styles\"\n  }, \"\\n  .grvsc-container {\\n    overflow: auto;\\n    -webkit-overflow-scrolling: touch;\\n    padding-top: 1rem;\\n    padding-top: var(--grvsc-padding-top, var(--grvsc-padding-v, 1rem));\\n    padding-bottom: 1rem;\\n    padding-bottom: var(--grvsc-padding-bottom, var(--grvsc-padding-v, 1rem));\\n    border-radius: 8px;\\n    border-radius: var(--grvsc-border-radius, 8px);\\n    font-feature-settings: normal;\\n  }\\n  \\n  .grvsc-code {\\n    display: inline-block;\\n    min-width: 100%;\\n  }\\n  \\n  .grvsc-line {\\n    display: inline-block;\\n    box-sizing: border-box;\\n    width: 100%;\\n    padding-left: 1.5rem;\\n    padding-left: var(--grvsc-padding-left, var(--grvsc-padding-h, 1.5rem));\\n    padding-right: 1.5rem;\\n    padding-right: var(--grvsc-padding-right, var(--grvsc-padding-h, 1.5rem));\\n  }\\n  \\n  .grvsc-line-highlighted {\\n    background-color: var(--grvsc-line-highlighted-background-color, transparent);\\n    box-shadow: inset var(--grvsc-line-highlighted-border-width, 4px) 0 0 0 var(--grvsc-line-highlighted-border-color, transparent);\\n  }\\n  \\n\"));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"title":"Helping out in Cloudy Gothenburg","date":"April 19, 2017","description":null}}},"pageContext":{"slug":"/2017-04-19-helping-out-in-cloudy-gothenburg/","previous":{"fields":{"slug":"/2017-03-23-aws-user-group-finland-march-meetup/"},"frontmatter":{"title":"AWS User Group Finland - March meetup"}},"next":{"fields":{"slug":"/2017-04-24-aws-summit-stockholm-is-just-around-the-corner/"},"frontmatter":{"title":"AWS Summit Stockholm is just around the corner"}}}},"staticQueryHashes":["3663586608","63159454"]}